Freigeben über


SetTransactionIsolationLevelStatement.Level-Eigenschaft

Gets or sets the isolation level.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Level As IsolationLevel 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

SetTransactionIsolationLevelStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace