ICubeLoaderFromSource.AdditionalFields

Syntax

AdditionalFields: IStringList;

Description

The AdditionalFields property returns the collection, which enables the user to include unmapped source fields, which data must be loaded to output cube matrix.

Comments

The property is relevant if the source contains the fields that are not mapped with cube dimensions or facts. If data by these fields may be required in the future, and they must be loaded in the repository now, include these fields to the AdditionalFields collection. On startup data by these fields is also loaded to the output cube matrix.

See also:

ICubeLoaderFromSource