Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |