DisableStep Property

DTS Programming

DTS Programming

DisableStep Property

The DisableStep property specifies whether a step should be executed.

Applies To
Step Object Step2 Object
Syntax

object.DisableStep[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Boolean that specifies whether a step is executed

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDisableStep(VARIANT_BOOL *pRetVal);

HRESULT SetDisableStep(VARIANT_BOOL NewValue);

Remarks

If set to TRUE, the step is not executed. This can be a useful setting when you are debugging complex Data Transformation Services (DTS) packages.

See Also

ExecutionStatus Property