Share via


ServiceConfig.IsolationLevel プロパティ

定義

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

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

プロパティ値

TransactionIsolationLevel 値のいずれか 1 つ。 既定値は、Any です。

注釈

外側のトランザクションが指定された分離レベルで実行されていない場合は、新しいトランザクションが作成されます。 IsolationLevel 囲まれたコードがトランザクションで実行されない場合は無視されます。

適用対象