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

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

例外

値が、IsolationLevel 値ではありません。

注釈

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

適用対象