IAutoCubeSource.Transparent

Syntax

Transparent: Boolean;

Description

The Transparent property determines whether data will be loaded from a source cube or not.

Comments

The property is set to False by default, data is loaded from the system table that corresponds to this cube. If the value is set to True, data will be loaded from the set source cube.

Example

The property use is given in the example for IAutoCube.Source.

See also:

IAutoCubeSource