ICubeInstanceStorage

Assembly: Cubes;

Description

The ICubeInstanceStorage interface contains properties and methods for saving data to a cube and controlling this process.

Inheritance Hierarchy

ICubeInstanceStorage

Comments

To get the object that is used to save data to cube, use the ICubeInstanceDestination.CreateStorage method.

Property

  Property name Brief description
AttachmentManager The AttachmentManager property determines manager of attachments which changes are to ba saved to cube.
Callback The Callback property determines an object that handles the errors that can occur on saving data to a cube.
LogKey The LogKey property returns the key of the unique record in access protocol created after data saving.
Origin

The Origin property returns the key of the object that initializes cube data changes.
ScenarioKey The ScenarioKey property determines a key of scenario dictionary on saving data to a cube.
SaveMatrixCallback The SaveMatrixCallback property determines a handler of data matrix saving to cube.

Methods

  Method name Brief description
CreateMatrix The CreateMatrix method creates an empty matrix that can be further filled with data and saved to cube.
SaveMatrix The SaveMatrix method saves the matrix with data to a cube.
SaveMatrixEx The SaveMatrixEx method saves data matrix to cube by several flags of changed values.
SaveMatrixT The SaveMatrixT method saves data matrix to cube using the transaction manager.

See also:

Cubes Assembly Interfaces