Share via


EntityTransaction.IsolationLevel 屬性

定義

取得這個 EntityTransaction 的隔離等級。

public:
 virtual property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public override System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel

屬性值

IsolationLevel 列舉值,這個值表示基礎交易的隔離等級。

適用於