Dela 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
'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);
}
public function get Level () : IsolationLevel 
public 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

SetTransactionIsolationLevelStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace