IInMemManager.PrepareMatrixPartial

Syntax

PrepareMatrixPartial(Dest: ICubeInstanceDestination; Selection: IDimSelectionSet): IMatrix;

Parameters

Dest. Built cube display version.

Selection. The selection according to which the cached matrix with data will be built.

Description

The PrepareMatrixPartial method builds matrix the will be saved to the cache for the specified cube display option according to the specified selection.

Comments

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.

Example

The example of use is given in description of the IInMemManager.GetMatrix method.

See also:

IInMemManager