TaskEvaluationOperationValue Enumeration
TaskEvaluationOperationValue Enumeration
The TaskEvaluationOperationValue enumeration provides options for determining when the constraint component of a SQL Server Integration Services task precedence constraint is satisfied.
Enumeration Values
| Name | Summary |
|---|---|
| Success | Specifies that the input task of the precedence constraint must complete successfully for this status to be valid. |
| Failure | Specifies that the input task of the precedence constraint must fail for this status to be valid. |
| Completion | Specifies that the input task of the precedence constraint can complete successfully or with failure for this status to be valid. |