The IStandardCubeServerAggregations interface contains properties and methods that are used to work with the collection of aggregations, which are calculated on the server.
Property name | Brief description | |
Count | The Count property returns the number of aggregations in the collection. | |
Item | The Item property returns aggregation from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds an aggregation to the collection. | |
Clear | The Clear method clears the aggregations collection. | |
FindById | The FindById method searches for an aggregation in the collection by its identifier. | |
FindByKey | The FindByKey method searches for an aggregation in the collection by its key. | |
Move | The Move method moves aggregation within the collection. | |
Remove | The Remove method removes aggregation from the collection by its index. | |
RemoveByKey | The RemoveByKey method removes aggregation from the collection by its key. |
See also: