Share via


SetTransactionIsolationLevelStatement.Level Property

Gets or sets the isolation level.

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

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
Returns a IsolationLevel enumeration value.

.NET Framework Security

See Also

Reference

SetTransactionIsolationLevelStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace