Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of lock escalation method.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration LockEscalationMethod
'Usage
Dim instance As LockEscalationMethod
public enum LockEscalationMethod
public enum class LockEscalationMethod
type LockEscalationMethod
public enum LockEscalationMethod
Members
Member name | Description | |
---|---|---|
Auto | The method is Auto. | |
Disable | The method is Disable. | |
Table | The method is Table. |