ICubeCreatorFact

Assembly: Cubes;

Description

The ICubeCreatorFact interface contains properties and methods that are used to set up the fact, which is created in the cube.

Inheritance Hierarchy

ICubeCreatorFact

Properties

  Property name Brief description
AggregationType The AggregationType property determines a type of aggregation used for a data source.
Dimensions The Dimensions property returns the collection of dimensions that is used to set up attributes binding to table fields that is specified in the Table property.
FactKey The FactKey property determines key of the existing fact, for which binding is set up.
Field The Field property determines the table field identifier, in which the fact values are stored.
Name The Name property determines the name of the fact.
Table The Table property determines the repository table, to which the fact is required to bind.

Methods

  Method name Brief description
InitDimensions The InitDimensions method prepares dimensions to bind to the table fields that is used to store fact values.

See also:

Cubes Assembly Interfaces