共用方式為


TransactionScope.IsolationLevel 屬性

定義

取得或設定這個 IsolationLevelTransactionScope

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

屬性值

這個 IsolationLevelTransactionScope

備註

在執行階段時,這個屬性是唯讀的。 如果在執行階段設定值,則會擲回 InvalidOperationException

適用於