TransactionScope.IsolationLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個 IsolationLevel 的 TransactionScope。
public:
property System::Transactions::IsolationLevel IsolationLevel { System::Transactions::IsolationLevel get(); void set(System::Transactions::IsolationLevel value); };
public System.Transactions.IsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.Transactions.IsolationLevel with get, set
Public Property IsolationLevel As IsolationLevel
屬性值
這個 IsolationLevel 的 TransactionScope。
備註
在執行階段時,這個屬性是唯讀的。 如果在執行階段設定值,則會擲回 InvalidOperationException。