Partager via


LockEscalation propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property LockEscalation As LockEscalationType
    Get
    Set
'Utilisation
Dim instance As Table
Dim value As LockEscalationType

value = instance.LockEscalation

instance.LockEscalation = value
[SfcPropertyAttribute]
public LockEscalationType LockEscalation { get; set; }
[SfcPropertyAttribute]
public:
virtual property LockEscalationType LockEscalation {
    LockEscalationType get () sealed;
    void set (LockEscalationType value) sealed;
}
[<SfcPropertyAttribute>]
abstract LockEscalation : LockEscalationType with get, set
[<SfcPropertyAttribute>]
override LockEscalation : LockEscalationType with get, set
final function get LockEscalation () : LockEscalationType
final function set LockEscalation (value : LockEscalationType)

Valeur de la propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .LockEscalationType
A LockEscalationType value that specifies the type of lock escalation that is used on the table.

Implémente

ITableOptions. . :: . .LockEscalation