IEaxDataAreaSources.Add

Syntax

Add(CubeInstance: ICubeInstance, [DestKey: Integer = -1]): IEaxDataAreaSource;

Parameters

CubeInstance. Opened cube instance.

DestKey. Cube display version key.

Description

The Add method adds an analytical area data source to the collection.

NOTE. If the collection already contains the specified cube instance, the method returns this cube instance from the collection. Data sources of analytical area are not duplicated.

See also:

IEaxDataAreaSources