Share via


AdomdConnection.IDbConnection.BeginTransaction 메서드 (IsolationLevel)

Begins a database transaction with the specified isolation level value.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Private Function BeginTransaction ( _
    isolationLevel As IsolationLevel _
) As IDbTransaction Implements IDbConnection.BeginTransaction
‘사용 방법
Dim instance As AdomdConnection 
Dim isolationLevel As IsolationLevel 
Dim returnValue As IDbTransaction 

returnValue = CType(instance, IDbConnection).BeginTransaction(isolationLevel)
IDbTransaction IDbConnection.BeginTransaction(
    IsolationLevel isolationLevel
)
private:
virtual IDbTransaction^ BeginTransaction(
    IsolationLevel isolationLevel
) sealed = IDbConnection::BeginTransaction
private abstract BeginTransaction : 
        isolationLevel:IsolationLevel -> IDbTransaction  
private override BeginTransaction : 
        isolationLevel:IsolationLevel -> IDbTransaction
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • isolationLevel
    유형: System.Data.IsolationLevel
    One of the enumeration values that specifies the transaction locking behavior for the connection.

반환 값

유형: System.Data.IDbTransaction
An object representing the new transaction.

구현

IDbConnection.BeginTransaction(IsolationLevel)

참고 항목

참조

AdomdConnection 클래스

BeginTransaction 오버로드

Microsoft.AnalysisServices.AdomdClient 네임스페이스