ServiceConfig.IsolationLevel 속성

정의

트랜잭션의 격리 수준을 가져오거나 설정합니다.

public:
 property System::EnterpriseServices::TransactionIsolationLevel IsolationLevel { System::EnterpriseServices::TransactionIsolationLevel get(); void set(System::EnterpriseServices::TransactionIsolationLevel value); };
public System.EnterpriseServices.TransactionIsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.EnterpriseServices.TransactionIsolationLevel with get, set
Public Property IsolationLevel As TransactionIsolationLevel

속성 값

TransactionIsolationLevel 값 중 하나입니다. 기본값은 Any입니다.

설명

새 트랜잭션은 포함 하는 트랜잭션이 지정 된 격리 수준에서 실행 하지 않는 경우 만들어집니다. IsolationLevel 포함된 된 코드는 트랜잭션에서 실행 하지 않으면 무시 됩니다.

적용 대상