CubeTransactionManager

Assembly: Cubes;

Description

The CubeTransactionManager class implements the transaction manager used on working with multidimensional data sources.

Comments

The object that implements the manager is used in the ICubeInstanceStorage.SaveMatrixT method.

Class object methods inherited from ICubeTransactionManager

  Method name Brief description
Commit The Commit method saves all changes at DBMS server and finishes transaction.
Rollback The Rollback method cancels all changes and finishes transaction.

See also:

Cubes Assembly Classes