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에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
Rollback | Rolls back a transaction in a pending state that the AdomdTransaction represents. |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.