Udostępnij za pośrednictwem


Table.LockEscalation Property

Gets or sets the type of lock escalation that is used on the table.

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

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property LockEscalation As LockEscalationType
[SfcPropertyAttribute] 
public LockEscalationType LockEscalation { get; set; }
[SfcPropertyAttribute] 
public:
virtual property LockEscalationType LockEscalation {
    LockEscalationType get () sealed;
    void set (LockEscalationType value) sealed;
}
/** @property */
public final LockEscalationType get_LockEscalation ()

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

public final function set LockEscalation (value : LockEscalationType)

Property Value

A LockEscalationType value that specifies the type of lock escalation that is used 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.