分離レベルを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property Level As IsolationLevel
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.IsolationLevel
分離レベル。