SetTransactionIsolationLevelStatement.Level-Eigenschaft

Ruft die Isolationsstufe ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
Gibt einen IsolationLevel-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetTransactionIsolationLevelStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace