Evaluates the state of the constraint depending on the evaluation expression and the execution result of the previous executable. To test constraint on different execution results use SetExecutionResult(DtsExecutionResult).

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public bool Evaluate()
Visual Basic
Public Function Evaluate As Boolean
Visual C++
public:
bool Evaluate()

Return Value

Returns true if the evaluation expression and/or execution result evaluate to true, otherwise false.

See Also