RollbackFailure Property

DTS Programming

DTS Programming

RollbackFailure Property

The RollbackFailure property specifies whether to roll back the Data Transformation Services (DTS) package transaction if there is a step failure.

Applies To
Step Object Step2 Object
Syntax

object.RollbackFailure [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Boolean that specifies whether to roll back the transaction

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetRollbackFailure(VARIANT_BOOL *pRetVal);

HRESULT SetRollbackFailure(VARIANT_BOOL NewValue);

See Also

CommitSuccess Property

JoinTransactionIfPresent Property

UseTransaction Property