CommitSuccess Property

DTS Programming

DTS Programming

CommitSuccess Property

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

Applies To
Step Object Step2 Object
Syntax

object.CommitSuccess [= value]

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCommitSuccess(VARIANT_BOOL *pRetVal);

HRESULT SetCommitSuccess(VARIANT_BOOL NewValue);

See Also

JoinTransactionIfPresent Property

RollbackFailure Property