Partilhar via


Propriedade do RDL ITableOptions.LockEscalation

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

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

Sintaxe

'Declaração
<DisplayNameKeyAttribute("Table_LockEscalationName")> _
<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")> _
Property LockEscalation As LockEscalationType 
    Get 
    Set
'Uso
Dim instance As ITableOptions 
Dim value As LockEscalationType 

value = instance.LockEscalation

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

Valor da propriedade

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

Consulte também

Referência

ITableOptions Interface

Namespace Microsoft.SqlServer.Management.Smo