DTS Programming

AutoCommitTransaction Property

The AutoCommitTransaction property specifies whether an active transaction is committed or rolled back on completion of Package.Execute.

Applies To
Package Object Package2 Object

Syntax

object.AutoCommitTransaction[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether an active transaction is committed or rolled back

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetAutoCommitTransaction(VARIANT_BOOL *pRetVal);

HRESULT SetAutoCommitTransaction(VARIANT_BOOL NewValue);

See Also

TransactionIsolationLevel Property

UseTransaction Property