Share via


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 열거형입니다.

적용 대상