ICubeCreatorFields.Add

Syntax

Add(Name: String): ICubeCreatorField;

Properties

Name. The name of the field data set, to which the dimension attribute is bound.

Description

The Add method adds the field, to which the dimension attribute is bound, to the collection.

Comments

As the value of the Name parameter, the table fields are required to be specified, which is specified in the ICubeCreator.Table of ICubeCreatorFact.Table property.

Example

The example of use is given in description of the ICubeCreator.Table property.

See also:

ICubeCreatorFields