PerspectiveMeasureGroup.MeasureGroup Property

 

Applies To: SQL Server 2016 Preview

Gets the MeasureGroup object associated with a PerspectiveMeasureGroup object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.MeasureGroup

A MeasureGroup object associated with a PerspectiveMeasureGroup object.

See Also

PerspectiveMeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top