The ICalculatedCubeDimensions interface contains properties and methods of calculated cube dimensions.
The ICalculatedCube.Dimensions property returns the calculated cube dimensions collection.
Property name | Brief description | |
Count | The Count property returns the number of dimensions in the collection. | |
Item | The Item property returns parameters of the specified dimension. |
Method name | Brief description | |
Add | The Add method adds a dictionary to the calculated cube dimensions collection. | |
Remove | The Remove method removes a calculated cube dimension by its index. | |
RemoveByKey | The RemoveByKey method removes a calculated cube dimension by its key. |
Method name | Brief description | |
FindById | The FindById method searches for a dimension based on the specified identifier. | |
FindByKey | The FindByKey method searches for a dimension by its key. | |
Move | The Move method moves dimensions. |
See also: