Compartir a través de


SetTransactionIsolationLevelStatement.Level Propiedad

Gets or sets the isolation level.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Level As IsolationLevel 
    Get 
    Set
'Uso
Dim instance As SetTransactionIsolationLevelStatement 
Dim value As IsolationLevel 

value = instance.Level

instance.Level = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IsolationLevel
The isolation level.

Vea también

Referencia

SetTransactionIsolationLevelStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom