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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.