SetTransactionIsolationLevelStatement.Level プロパティ

分離レベルを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Level As IsolationLevel
'使用
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)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
IsolationLevel 列挙値を返します。

参照

参照

SetTransactionIsolationLevelStatement クラス

SetTransactionIsolationLevelStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間