TransactionOptions.IsolationLevel プロパティ

定義

トランザクションの分離レベルを取得または設定します。

public:
 property System::Transactions::IsolationLevel IsolationLevel { System::Transactions::IsolationLevel get(); void set(System::Transactions::IsolationLevel value); };
public System.Transactions.IsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.Transactions.IsolationLevel with get, set
Public Property IsolationLevel As IsolationLevel

プロパティ値

IsolationLevel

トランザクションの分離レベルを指定する IsolationLevel 列挙体。

適用対象