The DisableStep property specifies whether a Step object should be executed.
Step Object |
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 |
If set to True, the Step object is not executed. This can be a useful settting while debugging complex packages.
Boolean
Read/write
HRESULT GetDisableStep(VARIANT_BOOL *pRetVal);
HRESULT SetDisableStep(VARIANT_BOOL NewValue);