nerdexam
Microsoft

70-448 · Question #325

You implement a SQL Server 2008 Integration Services (SSIS) package. The package contains the following components: A Foreach Loop container for the Collection property as shown in the following…

The correct answer is B. Set the EvaluateAsExpression property of the User::DirectoryPath variable to True. D. Set the Expression property of the User::DirectoryPath variable to the following expression. See the full explanation below for the reasoning.

Question

You implement a SQL Server 2008 Integration Services (SSIS) package. The package contains the following components:

A Foreach Loop container for the Collection property as shown in the following exhibit. A Foreach Loop container for the Variable Mappings property as shown in the following exhibit. A String variable named FileName. A String variable named DirectoryPath. You need to update the package so that the DirectoryPath variable returns the directory path for the file path stored in the FileName variable. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Exhibits

70-448 question #325 exhibit 1
70-448 question #325 exhibit 2

Options

  • ASet the RaiseChangedEvent property of the User::FileName variable to True.
  • BSet the EvaluateAsExpression property of the User::DirectoryPath variable to True.
  • CAdd a Script task to the OnPostExecute event handler of the Foreach Loop container.
  • DSet the Expression property of the User::DirectoryPath variable to the following expression.
  • ESet the Expression property of the User::FileName variable to the following expression.

How the community answered

(31 responses)
  • A
    13% (4)
  • B
    77% (24)
  • C
    3% (1)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice