Proprietà ISql100Table.LockEscalation
Ottiene o imposta un valore che modella l'opzione LOCK_ESCALATION.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.Sql100LockEscalationMethod
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.