共用方式為


ServiceConfig.IsolationLevel 屬性

定義

取得或設定交易的隔離等級 (Isolation Level)。

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 值。 預設為 Any

備註

如果封入交易未在指定的隔離等級執行,則會建立新的交易。 IsolationLevel 如果封入的程式代碼不會在交易中執行,則會忽略 。

適用於