Share via


Sql100LockEscalationMethod Enumeration

The types of lock escalation methods.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration Sql100LockEscalationMethod
public enum Sql100LockEscalationMethod
public enum class Sql100LockEscalationMethod
type Sql100LockEscalationMethod
public enum Sql100LockEscalationMethod

Members

Member name Description
Table Indicates that locks are escalated to table locks.
Disable Indicates that lock escalation is disabled.
Auto Indicates that lock escalation is determined automatically by the database engine.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace