The TransactionIsolationLevel property specifies the isolation level at which a Package object transaction executes if the UseTransaction property is set to True.
| Package Object |
object.TransactionIsolationLevel[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Isolation level at which a Package object transaction executes |
TransactionIsolationLevel must be set to one of the DTSIsolationLevel values.
The default is ReadCommitted.
Read/write
HRESULT GetTransactionIsolationLevel(DTSIsolationLevel *pRetVal);
HRESULT SetTransactionIsolationLevel(DTSIsolationLevel NewValue);
| AutoCommitTransaction Property | UseTransaction Property |