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