StepName Property (DTS)

The StepName property specifies the name of the Step object 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 an object in the Applies To list
value Name of the Step object that is evaluated

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetStepName(BSTR *pRetVal);

HRESULT SetStepName(THIS_ DTS_IN BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.