ICalculatedCubeInstance.CreateApply

Syntax

CreateApply(

Source: ICubeInstanceSource;

[ApplyMode: SelectionControlApplyMode = 1]): ICubeSelectionControlApply;

Parameters

Source - source of the calculated cube, for which a selection control object is created. If Null value is passed as a parameter value, the created object is used to control dimension selection of calculated cube itself.

ApplyMode - mode, in which selection control parameters are executed.

Description

The CreateApply method creates an object that is used for cube dimension selection control.

Example

The method use is given in the example for the Apply method.

See also:

ICalculatedCubeInstance