Condividi tramite


Proprietà SetTransactionIsolationLevelStatement.Level

Ottiene o imposta il livello di isolamento.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property Level As IsolationLevel
    Get
    Set
public IsolationLevel Level { get; set; }
public:
property IsolationLevel Level {
    IsolationLevel get ();
    void set (IsolationLevel value);
}
member Level : IsolationLevel with get, set
function get Level () : IsolationLevel
function set Level (value : IsolationLevel)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
Restituisce un valore di enumerazione IsolationLevel.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetTransactionIsolationLevelStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql