Compartir a través de


SetTransactionIsolationLevelStatement.Level (Propiedad)

Obtiene o establece el nivel de aislamiento.

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 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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SetTransactionIsolationLevelStatement Clase

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