ICubeExecuteSetup

Assembly: Cubes;

Description

The ICubeExecuteSetup interface contains properties and methods to set up parameters of dimensions that will be applied on cube calculation.

Inheritance Hierarchy

ICubeExecuteSetup

Comments

To set up dimension parameters, cast the collection of dimensions described by the IDimSelectionSet interface to the ICubeExecuteSetup interface.

Properties

  Property name Brief description
Count The Count property returns the number of calculation options.
Filter The Filter property returns collection of filters by dimensions that will be applied on cube calculation.
Item The Item property returns calculation option by its index.
RequiredDataRights The RequiredDataRights property determines access permissions for the data, which will be returned after calculation.
StrictRequiredItems The StrictRequiredItems property determines whether data is extracted only by required changes.
UseDataTypes The UseDataTypes property determines whether information about the way of data generation in the cell will be added on calculation.

Methods

  Method name Brief description
FindById The FindById method finds parameters by the dimension identifier.
FindByKey The FindByKey method finds parameters by the dimension key.
FindByTag The FindByTag method finds parameters by the dimension type.

See also:

Cubes Assembly Interfaces