IsolationLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Isolation levels for SET TRANSACTION ISOLATION LEVEL command
public enum IsolationLevel
type IsolationLevel =
Public Enum IsolationLevel
- Inheritance
-
IsolationLevel
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
ReadCommitted | 1 | |
ReadUncommitted | 2 | |
RepeatableRead | 3 | |
Serializable | 4 | |
Snapshot | 5 |