Freigeben über


LockEscalation-Eigenschaft

Gets or sets the type of lock escalation implemented on the table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")> _
<DisplayNameKeyAttribute("Table_LockEscalationName")> _
Property LockEscalation As LockEscalationType
    Get
    Set
'Usage
Dim instance As ITableOptions
Dim value As LockEscalationType

value = instance.LockEscalation

instance.LockEscalation = value
[DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")]
[DisplayNameKeyAttribute("Table_LockEscalationName")]
LockEscalationType LockEscalation { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_LockEscalationDesc")]
[DisplayNameKeyAttribute(L"Table_LockEscalationName")]
property LockEscalationType LockEscalation {
    LockEscalationType get ();
    void set (LockEscalationType value);
}
[<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")>]
[<DisplayNameKeyAttribute("Table_LockEscalationName")>]
abstract LockEscalation : LockEscalationType with get, set
function get LockEscalation () : LockEscalationType
function set LockEscalation (value : LockEscalationType)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .LockEscalationType
A LockEscalationType value that specifies the type of lock escalation implemented on the table.