DTSIsolationLevel constants specify isolation levels for the Package TransactionIsolationLevel Property.
| Constant | Value | Description | |
|---|---|---|---|
| DTSIsoLevel_Browse | 256 | Browse level | |
| DTSIsoLevel_Chaos | 16 | Chaos level | |
| DTSIsoLevel_CursorStability | 4096 | Cursor stability level | |
| DTSIsoLevel_Isolated | 1048576 | Isolated level | |
| DTSIsoLevel_ReadCommitted | 4096 | Read committed level | |
| DTSIsoLevel_ReadUncommitted | 256 | Read uncommitted level | |
| DTSIsoLevel_RepeatableRead | 65536 | Repeatable read level | |
| DTSIsoLevel_Serializable | 1048576 | Serializable level | |