The ICalculatedCubeSourceDimensions interface contains properties and methods of the dimensions of the cube that is a source cube for a calculated cube.
The ICalculatedCubeSource.Dimensions property returns the collection of source cube dimensions.
The ICalculatedCubeSourceDimensions interface is a base one for the ICalculatedCubeDimensions interface.
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 | |
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: