MeasureGroup.Dimensions Property

Definition

Gets a collection of measure group dimensions.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MeasureGroupDimensionCollection Dimensions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Dimensions : Microsoft.AnalysisServices.MeasureGroupDimensionCollection
Public ReadOnly Property Dimensions As MeasureGroupDimensionCollection

Property Value

A collection of measure group dimensions.

Attributes

Remarks

Zero is returned if there is a MeasureGroup binding, at create time. The collection always returns at least 1 Dimension.

Applies to