Share via


AggregationAttribute.ParentMeasureGroup Property

Gets the parent MeasureGroup of the current AggregationAttribute.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMeasureGroup As MeasureGroup 
    Get
'Usage
Dim instance As AggregationAttribute 
Dim value As MeasureGroup 

value = instance.ParentMeasureGroup
[BrowsableAttribute(false)]
public MeasureGroup ParentMeasureGroup { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroup^ ParentMeasureGroup {
    MeasureGroup^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMeasureGroup : MeasureGroup
function get ParentMeasureGroup () : MeasureGroup

Property Value

Type: Microsoft.AnalysisServices.MeasureGroup
The parent MeasureGroup of the current AggregationAttribute.

See Also

Reference

AggregationAttribute Class

Microsoft.AnalysisServices Namespace