Assembly: Cubes;
The CubeExecuteSetup class implements an object that is used to work with dimension parameters on cube calculation.
| 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. |
| 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: