LockEscalationMethod 枚举

Specifies the types of lock escalation method.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration LockEscalationMethod
用法
Dim instance As LockEscalationMethod
public enum LockEscalationMethod
public enum class LockEscalationMethod
type LockEscalationMethod
public enum LockEscalationMethod

成员

成员名称 说明
Auto The method is Auto.
Disable The method is Disable.
Table The method is Table.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间