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 | |
The Count property returns the number of dimensions in the collection. | ||
The Item property returns parameters of the specified dimension. |
Method name | Brief description | |
The FindById method searches for a dimension based on the specified identifier. | ||
The FindByKey method searches for a dimension by its key. | ||
The Move method moves dimensions. |
See also: