다음을 통해 공유


DataTransaction.CurrentTransactionLevel 속성

현재 트랜잭션 수준을 나타내는 숫자 값을 검색 합니다.

네임스페이스:  Microsoft.VisualStudio.Data
어셈블리:  Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)

구문

‘선언
Public Overridable ReadOnly Property CurrentTransactionLevel As Integer
public virtual int CurrentTransactionLevel { get; }
public:
virtual property int CurrentTransactionLevel {
    int get ();
}
abstract CurrentTransactionLevel : int with get 
override CurrentTransactionLevel : int with get
function get CurrentTransactionLevel () : int

속성 값

형식: Int32
현재 트랜잭션 수준을 지정 하는 정수 값을 반환 합니다.

설명

공급자가 중첩된 트랜잭션을 지원 하 고 따라서 중첩 수준을 추적 하는 방법을 제공 하는 경우 트랜잭션 수준을 적용 합니다.

.NET Framework 보안

참고 항목

참조

DataTransaction 클래스

Microsoft.VisualStudio.Data 네임스페이스