Assembly: Cubes;
The ICubeSaveMatrixCallback interface contains methods that are used to process data saving to cube.
ICubeSaveMatrixCallback
Interface methods must be redetermined in a custom class. A class instance for processing data saving is set in the ICubeInstanceStorage.SaveMatrixCallback property.
An event handler can also be set for a standard cube using the IStandardCube.SetDefaultCallback method.
Method name | Brief description | |
OnAfterSave | The OnAfterSave method implements the event that occurs after data saving to cube. | |
OnBeforeSave | The OnBeforeSave method implements the event that occurs before data saving to cube. |
See also: