IVirtualCubeDimensionJoins.Add

Syntax

Add(

CubeSourceToJoin: IVirtualCubeSource;

DimensionToJoin: IDimensionModel;

IndexToJoin: IDimIndex): IVirtualCubeDimensionJoin;

Parameters

CubeSourceToJoin. The source cube, which dimensions are compared with.

DimensionToJoin. The dimension, which is compared with.

IndexToJoin. The index that is used to compare elements.

Description

The Add method creates a comparison with the specified source cube dimension.

Comments

Executing the method creates a comparison of the dimension, for which the current collection is obtained, and the dimension passed in the DimensionToJoin parameter.

Example

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

See also:

IVirtualCubeDimensionJoins