LockEscalationTableOption.Value (Propiedad)

Obtiene o establece el valor del método de extensión de bloqueo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.LockEscalationMethod
Devuelve un valor de enumeración LockEscalationMethod.

Seguridad de .NET Framework

Vea también

Referencia

LockEscalationTableOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)