Compartilhar via


Propriedade do RDL AggregationDesignAttribute.ParentMeasureGroup

Gets the MeasureGroup object that is the parent of the AggregationDesignAttribute object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMeasureGroup As MeasureGroup 
    Get
'Uso
Dim instance As AggregationDesignAttribute 
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MeasureGroup
A MeasureGroup object.

Consulte também

Referência

AggregationDesignAttribute Classe

Namespace Microsoft.AnalysisServices