LogicalOperationType Enumeration
The LogicalOperationType enumeration provides options for how the values of multiple precedence constraints on a task control flow input path should be combined to determine whether that task should execute in SQL Server Integration Services.
Enumeration Values
Name | Summary |
---|---|
And | Specifies that multiple precedence constraints will be combined with the 'And' operator to determine whether the parent task will execute. |
Or | Specifies that multiple precedence constraints will be combined with the 'Or' operator to determine whether the parent task will execute. |