LockEscalationType 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.
The enumeration specifies the lock escalation granularity
public enum LockEscalationType
type LockEscalationType =
Public Enum LockEscalationType
- Inheritance
-
LockEscalationType
Fields
Auto | 2 | Enable lock escalation for a partitioned table |
Disable | 1 | Disable lock escalation on a table |
Table | 0 | Enable lock escalation on a table level granularity |