Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCallbackSaveArgument interface is used to get information about result of data saving to cube.
ICubeCallbackSaveArgument
The interface describes argument of the ICubeSaveMatrixCallback.OnAfterSave event.
Property name | Brief description | |
The ActiveTransactionId property returns identifier of the current transaction. | ||
The Destination property returns display version of the cube, for which data is saved. | ||
The FilteredMatrix property returns the matrix containing only changed data. | ||
The LogKey property returns the key of the unique record in access protocol created after data saving. | ||
The SecurityConnections property returns the array of database server connections, to which data was saved. | ||
The ValueFlag property returns the flag used for marking the changed data saved to cube. | ||
The ValueFlags property returns the array of flags used for marking changed data saved to cube. | ||
The ValueMatrix property returns the matrix with data that was sent on saving data to cube. |
See also: