DisableStep Property (DTS)

The DisableStep property specifies whether a Step object should be executed.

Applies To
Step Object  

Syntax

object.DisableStep[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether a Step object should be executed

Remarks

If set to True, the Step object is not executed. This can be a useful settting while debugging complex packages.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDisableStep(VARIANT_BOOL *pRetVal);

HRESULT SetDisableStep(VARIANT_BOOL NewValue);

  


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