C# 클래스 MdxClient.MdxTransaction

Represents a transaction to be performed on a SQL Server Analysis Services database. The transaction is a no-op, but is implemented in case a transaction is needed.
상속: System.Data.Common.DbTransaction
파일 보기 프로젝트 열기: DynamicTyped/MdxClient

공개 메소드들

메소드 설명
Commit ( ) : void

Commits the transaction.

Rollback ( ) : void

Rolls back the transaction.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
MdxTransaction ( MdxConnection connection ) : System

메소드 상세

Commit() 공개 메소드

Commits the transaction.
public Commit ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Rollback() 공개 메소드

Rolls back the transaction.
public Rollback ( ) : void
리턴 void