CommitSuccess Property (DTS)

The CommitSuccess property specifies whether to commit a step if it completes successfully.

Applies To
Step Object  

Syntax

object.CommitSuccess [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to commit the step

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCommitSuccess(VARIANT_BOOL *pRetVal);

HRESULT SetCommitSuccess(VARIANT_BOOL NewValue);

  


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