Add(
CubeSourceToJoin: IVirtualCubeSource;
DimensionToJoin: IDimensionModel;
IndexToJoin: IDimIndex): IVirtualCubeDimensionJoin;
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.
The Add method creates a comparison with the specified source cube dimension.
Executing the method creates a comparison of the dimension, for which the current collection is obtained, and the dimension passed in the DimensionToJoin parameter.
The example of use is given in description of the IVirtualCubeSource.JoinList property.
See also: