Udostępnij przez


ITableOptions.LockEscalation Property

Gets or sets the type of lock escalation implemented on the table. This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Table_LockEscalationName")> _
<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")> _
Property LockEscalation As LockEscalationType
[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);
}
/** @property */
LockEscalationType get_LockEscalation ()

/** @property */
void set_LockEscalation (LockEscalationType value)
function get LockEscalation () : LockEscalationType

function set LockEscalation (value : LockEscalationType)

Property Value

A LockEscalationType value that specifies the type of lock escalation implemented on the table.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.