DTSStepPrecedenceBasis

DTS Programming

DTS Programming

DTSStepPrecedenceBasis

Steps can be executed after the precedence constraint is satisfied. The precedence constraint 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

See Also

PrecedenceBasis Property