TransactionOptions.IsolationLevel 属性

定义

获取或设置事务的隔离级别。

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 枚举。

适用于