CubeTransactionManager

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.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.

Fore.NET Syntax

Class to get analog of the CubeTransactionManager class:

None;

Class to get analog of the CubeTransactionManager class object:

CubeTransactionManagerClass;

Class object methods inherited from ICubeTransactionManager

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

See also:

Cubes Assembly Classes