ISql100Table.LockEscalation-Eigenschaft

Ruft einen Wert ab, der die LOCK_ESCALATION-Option modelliert, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property LockEscalation As Sql100LockEscalationMethod
    Get
    Set
Sql100LockEscalationMethod LockEscalation { get; set; }
property Sql100LockEscalationMethod LockEscalation {
    Sql100LockEscalationMethod get ();
    void set (Sql100LockEscalationMethod value);
}
abstract LockEscalation : Sql100LockEscalationMethod with get, set
function get LockEscalation () : Sql100LockEscalationMethod
function set LockEscalation (value : Sql100LockEscalationMethod)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.Sql100LockEscalationMethod

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100Table Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace