Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As LockEscalationTableOption
Dim value As LockEscalationMethod
value = instance.Value
instance.Value = value
public LockEscalationMethod Value { get; set; }
public:
property LockEscalationMethod Value {
LockEscalationMethod get ();
void set (LockEscalationMethod value);
}
public function get Value () : LockEscalationMethod
public function set Value (value : LockEscalationMethod)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.LockEscalationMethod
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LockEscalationTableOption Class