The StepName property specifies the name of the step whose status or result is evaluated when determining if this constraint is satisfied.
object.StepName [= value]
Part | Description |
---|---|
object | Expression that evaluates to a PrecedenceConstraint object |
value | Name of the step that is evaluated |
String
Read/write
HRESULT GetStepName(BSTR *pRetVal);
HRESULT SetStepName(THIS_ DTS_IN BSTR NewValue);