The AutoCommitTransaction property specifies whether an active transaction is committed or rolled back on completion of Package.Execute.
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 |
Boolean
Read/write
HRESULT GetAutoCommitTransaction(VARIANT_BOOL *pRetVal);
HRESULT SetAutoCommitTransaction(VARIANT_BOOL NewValue);