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