Steps can be executed after the precedence constraint is satisfied. This is based on either the execution status or execution result of another step. The PrecedenceBasis property indicates whether to use the step result or step status.
Constant | Value | Description |
---|---|---|
DTSStepPrecedenceBasis_ExecResult | 1 | PrecedenceBasis based on execution result |
DTSStepPrecedenceBasis_ExecStatus | 0 | PrecedenceBasis based on execution status |