Assembly: Cubes;
The CubeTransactionManager class implements the transaction manager used on working with multidimensional data sources.
The object that implements the manager is used in the ICubeInstanceStorage.SaveMatrixT method.
| 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: