IVsDataTransaction.CurrentTransactionLevel 속성
클래스에서 구현할 때 현재 트랜잭션 수준을 나타내는 숫자 값을 가져옵니다.
네임스페이스: Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
ReadOnly Property CurrentTransactionLevel As Integer
int CurrentTransactionLevel { get; }
property int CurrentTransactionLevel {
int get ();
}
abstract CurrentTransactionLevel : int
function get CurrentTransactionLevel () : int
속성 값
형식: System.Int32
현재 트랜잭션 수준을 지정 하는 정수 값입니다.
설명
공급자가 중첩된 트랜잭션을 지원 하 고 따라서 중첩 수준을 추적 하는 방법을 제공 하는 경우 트랜잭션 수준을 적용 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.