C# Class 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.
Inheritance: System.Data.Common.DbTransaction
Afficher le fichier Open project: DynamicTyped/MdxClient

Méthodes publiques

Méthode Description
Commit ( ) : void

Commits the transaction.

Rollback ( ) : void

Rolls back the transaction.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MdxTransaction ( MdxConnection connection ) : System

Method Details

Commit() public méthode

Commits the transaction.
public Commit ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Rollback() public méthode

Rolls back the transaction.
public Rollback ( ) : void
Résultat void