Cube.MeasureGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of MeasureGroups associated with a Cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MeasureGroupCollection MeasureGroups { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MeasureGroups : Microsoft.AnalysisServices.MeasureGroupCollection
Public ReadOnly Property MeasureGroups As MeasureGroupCollection
Property Value
A collection that contains MeasureGroups information.
- Attributes