SnapshotIsolationState 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.
public enum SnapshotIsolationState
type SnapshotIsolationState =
Public Enum SnapshotIsolationState
- Inheritance
-
SnapshotIsolationState
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Snapshot isolation is disabled. |
Enabled | 1 | Snapshot isolation is enabled. |
PendingOff | 2 | Snapshot isolation is in process of being disabled. |
PendingOn | 3 | Snapshot isolation is in process of being enabled. |