DataTransaction.CurrentTransactionLevel 속성

현재 트랜잭션 수준을 나타내는 숫자 값을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.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
현재 트랜잭션 수준을 지정 하는 정수 값입니다.

구현

IVsDataTransaction.CurrentTransactionLevel

설명

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

.NET Framework 보안

참고 항목

참조

DataTransaction 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스