TransactionOptions.IsolationLevel 屬性

定義

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

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

IsolationLevel 列舉,會指定交易的隔離等級。

適用於