The AutoCommitTransaction property specifies whether an active transaction should be committed or terminated on completion of Package.Execute.
Package Object |
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 |
Boolean
Read/write
HRESULT GetAutoCommitTransaction(VARIANT_BOOL *pRetVal);
HRESULT SetAutoCommitTransaction(VARIANT_BOOL NewValue);
TransactionIsolationLevel Property | UseTransaction Property |