IVirtualCubeDimensionJoinList.Add

Syntax

Add(Dimension: IDimensionModel; Index: IDimIndex): IVirtualCubeDimensionJoins;

Parameters

Dimension. Dimension of the current source cube, which will be a controlling one and will be compared with other dimensions of source cubes.

Index. Index of the dimension, which will be used on element comparison.

Description

The Add method adds comparison parameters for the specified dimension of the current source cube to the list.

Example

The example of use is given in description of the IVirtualCubeSource.JoinList property.

See also:

IVirtualCubeDimensionJoinList