The DisableStep property specifies whether a step should be executed.
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 |
Boolean
Read/write
HRESULT GetDisableStep(VARIANT_BOOL *pRetVal);
HRESULT SetDisableStep(VARIANT_BOOL NewValue);
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.