SetTransactionIsolationLevelStatement.Level Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the isolation level.

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

Syntax

public IsolationLevel Level { get; set; }
public:
property IsolationLevel Level {
    IsolationLevel get();
    void set(IsolationLevel value);
}
member Level : IsolationLevel with get, set
Public Property Level As IsolationLevel

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IsolationLevel

The isolation level.

See Also

SetTransactionIsolationLevelStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top