Skip to main content

Enum TaskEvaluationOperationType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum TaskEvaluationOperationType

Fields

FieldsDescription
ConstraintSpecifies that the precendence constraint will only use a status value (e.g. Success, Failure, Completion) to determine whether to execute the parent task.
ExpressionSpecifies that the precendence constraint will only use a provided SQL Server Integration Services expression to determine whether to execute the parent task.
ExpressionAndConstraintSpecifies that the precedence constraint will only execute if both the provided SQL Server Integration Services expression evaluates to true and the provided status value (e.g. Success, Failure, Completion) is satisfied.
ExpressionOrConstraintSpecifies that the precedence constraint will execute if either the provided SQL Server Integration Services expression evaluates to true or the provided status value (e.g. Success, Failure, Completion) is satisfied or both.