Cube.MeasureGroups Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of MeasureGroups associated with a Cube.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public MeasureGroupCollection MeasureGroups { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property MeasureGroupCollection^ MeasureGroups {
    MeasureGroupCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member MeasureGroups : MeasureGroupCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property MeasureGroups As MeasureGroupCollection

Property Value

Type: Microsoft.AnalysisServices.MeasureGroupCollection

A collection that contains MeasureGroups information.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top