StepName Property

DTS Programming

DTS Programming

StepName Property

The StepName property specifies the name of the step whose status or result is evaluated when determining if this constraint is satisfied.

Applies To
PrecedenceConstraint Object
Syntax

object.StepName [= value]

Part Description
object Expression that evaluates to a PrecedenceConstraint object
value Name of the step that is evaluated

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetStepName(BSTR *pRetVal);

HRESULT SetStepName(THIS_ DTS_IN BSTR NewValue);

See Also

PrecedenceBasis Property

Step2 Object