IVirtualCubeSources.FindBySource

Syntax

FindBySource(Source: ICubeModelDestination): IVirtualCubeSource;

Parameters

Source - repository cube, which must be found among data sources of virtual cube.

Description

The FindBySource method searches for and returns the cube, which is a data source of virtual cube. The repository cube, which must be found, is passed by the Source parameter.

See also:

IVirtualCubeSources