Assembly: Cubes;
The ICubeSegmentDimensions interface is used to work with the collection of cube segment dimensions.
ICubeSegmentDimensions
The dimensions collection can be obtained using the ICubeSegmentContainer.Dimensions or ICubeSegment.Dimensions property.
Property name | Brief description | |
Count | The Count property returns the number of dimensions in the collection. | |
Item | The Item property returns dimension settings with the specified index. | |
SegmentContainer | The SegmentContainer property returns the container, to which the dimensions collection corresponds. |
Method name | Brief description | |
Add | The Add method adds a dimension based on the specified dictionary to the collection. | |
FindByDim | The FindByDim method searches by dictionary and returns cube segment dimension settings. | |
FindById | The FindById method searches by identifier and returns cube segment dimension settings. | |
FindByKey | The FindByKey method searches by key and returns cube segment dimension settings. | |
IndexOf | The IndexOf method returns index of cube segment dimension in the collection. | |
Remove | The Remove method removes the dimension with the specified index from the collection. | |
RemoveByKey | The RemoveByKey method removes the dimension based on a dictionary with the specified key from the collection. |
See also: