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 matrix the will be saved to the cache for the specified cube display option according to the specified selection.
The method enables partial caching of cube data. During further work, if data by required selection will not be found in cache, the data will be extracted 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: