DTS Programming
PrecedenceBasis Property
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.
Applies To
| PrecedenceConstraint Object |
Syntax
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 |
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetPrecedenceBasis(DTSStepPrecedenceBasis *pRetVal);
HRESULT SetPrecedenceBasis(DTSStepPrecedenceBasis NewValue);
Remarks
PrecedenceBasis must be set to one of the DTSStepPrecedenceBasis values. The default is DTSStepPrecedenceBasis_ExecResult.