PrepareMatrixPartial(Dest: ICubeInstanceDestination; Selection: IDimSelectionSet): IMatrix;
Dest. Built cube display version.
Selection. The selection, according to which the cached matrix with data will be built.
The PrepareMatrixPartial method builds a matrix the will be saved to the cache for the specified cube display version according to the specified selection.
The method allows for partial cube data caching. In the course of further work, if data by the required selection is not found in cache, data will be obtained from data source. Because of implementation particularity, the method returns empty matrix which structure corresponds to data source structure.
The example of use is given in description of the IInMemManager.GetMatrix method.
See also: