ServiceConfig.IsolationLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定交易的隔離等級 (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 如果封入的程式代碼不會在交易中執行,則會忽略 。