Freigeben über


LockEscalationTableOption.Value-Eigenschaft

Ruft den Wert der LOCK ESCALATION-Methode ab bzw. legt ihn fest.

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

Syntax

'Declaration
Public Property Value As LockEscalationMethod
    Get
    Set
public LockEscalationMethod Value { get; set; }
public:
property LockEscalationMethod Value {
    LockEscalationMethod get ();
    void set (LockEscalationMethod value);
}
member Value : LockEscalationMethod with get, set
function get Value () : LockEscalationMethod
function set Value (value : LockEscalationMethod)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.LockEscalationMethod
Gibt einen LockEscalationMethod-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

LockEscalationTableOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace