Sdílet prostřednictvím


SetTransactionIsolationLevelStatement.Level – vlastnost

Získá nebo nastaví úroveň izolace.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
Vrátí IsolationLevel hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SetTransactionIsolationLevelStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů