Aggregation.ParentMeasureGroup Property

 

Applies To: SQL Server 2016 Preview

Gets the parent MeasureGroup object for the current Aggregation object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.MeasureGroup

The parent MeasureGroup object.

See Also

Aggregation Class
Microsoft.AnalysisServices Namespace

Return to top