The PrecedenceBasis property specifies whether to use the current execution status of a Step object or the execution results in determining whether its precedence constraint has been satisfied.
object.PrecedenceBasis [= value]
Part | Description |
---|---|
object | Expression that evaluates to a PrecedenceConstraint object |
value | Value indicating whether to use current execution status of a Step object or execution results |
Read/write
HRESULT GetPrecedenceBasis(DTSStepPrecedenceBasis *pRetVal);
HRESULT SetPrecedenceBasis(DTSStepPrecedenceBasis NewValue);
PrecedenceBasis must be set to one of the DTSStepPrecedenceBasis values. The default is DTSStepPrecedenceBasis_ExecResult.