CallbackBehaviorAttribute.TransactionIsolationLevel プロパティ

定義

トランザクション分離レベルを指定します。

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

プロパティ値

トランザクション分離レベルを指定する IsolationLevel 値。 既定値は Unspecified です。

例外

値は、 IsolationLevel 値の 1 つではありません。

注釈

トランザクションを実行する分離レベルによって、他のトランザクションで変更が行われた場合のデータの処理方法と、これらの変更から保護するためにトランザクションがロックを保持する必要がある期間が決まります。 たとえば、既定値の Unspecified は、トランザクションが完了するまで更新または挿入を行えないことを指定します。

適用対象