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 a matrix the will be saved to the cache for the specified cube display version according to the specified selection.

Comments

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.

Example

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

See also:

IInMemManager