AdomdTransaction 클래스

Represents a transaction to be performed at a multidimensional data source.

상속 계층

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdTransaction

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

구문

‘선언
Public NotInheritable Class AdomdTransaction _
    Implements IDbTransaction, IDisposable
‘사용 방법
Dim instance As AdomdTransaction
public sealed class AdomdTransaction : IDbTransaction, 
    IDisposable
public ref class AdomdTransaction sealed : IDbTransaction, 
    IDisposable
[<SealedAttribute>]
type AdomdTransaction =  
    class 
        interface IDbTransaction 
        interface IDisposable 
    end
public final class AdomdTransaction implements IDbTransaction, IDisposable

AdomdTransaction 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Connection Gets the AdomdConnection that the AdomdTransaction uses.
공용 속성 IsolationLevel Gets the isolation level that the AdomdTransaction uses.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Commit Commits the transaction that the AdomdTransaction represents.
공용 메서드 Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Rollback Rolls back a transaction in a pending state that the AdomdTransaction represents.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 IDbTransaction.Connection Specifies the Connection object to associate with the transaction.

맨 위로 이동

주의

The AdomdTransaction class implements the System.Data.IDbTransaction interface for ADOMD.NET, and represents the standard transaction mechanism of a Microsoft .NET Framework data provider. The class is instantiated by the BeginTransaction method of the AdomdConnection.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices.AdomdClient 네임스페이스