หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |