Transaction.IsolationLevel 屬性

定義

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

public:
 property System::Transactions::IsolationLevel IsolationLevel { System::Transactions::IsolationLevel get(); };
public System.Transactions.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Transactions.IsolationLevel
Public ReadOnly Property IsolationLevel As IsolationLevel

屬性值

其中一個 IsolationLevel 值,指出交易的隔離等級。

備註

交易的隔離等級會決定交易完成之前,其他交易對變動性資料具有何種存取層級。 如需隔離等級的詳細資訊,請參閱 列舉的檔 IsolationLevel

適用於