The IStandardCubeDimensions interface contains properties and methods that are used to work with the collection of standard cube dimensions.
| Property name | Brief description | |
![]() |
Calendar | The Calendar property returns parameters of calendar dimension of the cube. |
![]() |
Count | The Count property returns the number of cube dimensions. |
![]() |
Item | The Item property returns cube dimension. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a dimension to a cube. |
![]() |
FindById | TheFindById method searches for a cube dimension by its identifier. |
![]() |
FindByKey | The FindByKey method searches for a cube dimension by its key. |
![]() |
Move | The Move method moves dimension in the list. |
![]() |
Remove | The Remove method removes dimension by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes dimension by its key. |
See also: