The ICubeExecuteDimSetup interface contains properties of dimension parameters on cube calculation.
Dimension parameters can be obtained using one of properties or methods of the ICubeExecuteSetup interface.
| Property name | Brief description | |
![]() |
AggregationRoot | The AggregationRoot property returns index of an element in an output matrix of a cube that contains aggregated data by the current dimension elements. |
![]() |
CubeSetup | The CubeSetup property returns the collection of dimensions parameters on cube calculation. |
![]() |
Extension | The Extension property returns additional settings that will be used on cube calculation. |
![]() |
FilterFunction | The FilterFunction property determines parameters of the function used for data filtering. |
![]() |
GroupIndex | The GroupIndex property determines index of the group, which includes the dimension. |
![]() |
Options | The Options property returns dimension options. |
![]() |
Position | The Position property determines position of the dimension in a group. |
![]() |
Predefined | The Predetermined property returns predetermined dimension parameters. |
![]() |
Selection | The Selection property returns selection of the dimension elements. |
![]() |
Tag | The Tag property returns the dimension type. |
| Property name | Brief description | |
![]() |
Id | The Id property returns object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property returns object name. |
See also: