Freigeben über


LockEscalationMethod-Enumeration

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

Elemente

Elementname Beschreibung
Auto The method is Auto.
Disable The method is Disable.
Table The method is Table.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace