The IStandardCubeServerAggregationDimensionsEx interface contain properties and methods that are used to work with the collection of dimensions, by which aggregation will be calculated on the server.
Property name | Brief description | |
Count | The Count property returns the number of dimensions in the collection. | |
Item | The Item property returns the dimension from the collection by its index. |
Method name | Brief description | |
FindById | The FindById method searches for a dimension in the collection by its identifier. | |
FindByKey | The FindByKey method searches for a dimension in the collection by its key. |
See also: