ICubeCreatorDimension.Fields

Syntax

Fields: ICubeCreatorFields;

Description

The Fields property returns the collection of fields that are used to bind to dimensions.

Comments

This property is relevant if the ICubeCreator.Table property or the ICubeCreatorFact.Table property is specified for the cube. Each element of the Fields collection corresponds to the attribute that is included to the index selected in the Index property. Identifier of the table field must be specified as the Name property value for the element of collection. The dimensions binding with the current field is specified on cube creation.

The elements must be added to the collection in the order the attributes are added to the Index index.

Example

The example of use is given in description of the ICubeCreator.Table, ICubeCreatorFact.Table properties.

See also:

ICubeCreatorDimension