Proprietà LockEscalation
Gets or sets the type of lock escalation implemented on the table.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<DisplayDescriptionKeyAttribute("Table_LockEscalationDesc")> _
<DisplayNameKeyAttribute("Table_LockEscalationName")> _
Property LockEscalation As LockEscalationType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .LockEscalationType
A LockEscalationType value that specifies the type of lock escalation implemented on the table.
Vedere anche