AutoCommitTransaction Property (DTS)

The AutoCommitTransaction property specifies whether an active transaction should be committed or terminated on completion of Package.Execute.

Applies To
Package Object  

Syntax

object.AutoCommitTransaction[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether an active transaction should be committed or aborted

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

  


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