ISql100Table.LockEscalation (Propiedad)

Obtiene o establece un valor que modela la opción LOCK_ESCALATION.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100Table Interfaz

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