Compartilhar via


Propriedade do RDL AggregationDesign.Parent

Gets the measure group object that is the parent of the AggregationDesign object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MeasureGroup 
    Get
'Uso
Dim instance As AggregationDesign 
Dim value As MeasureGroup 

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MeasureGroup
A measure group object.

Consulte também

Referência

AggregationDesign Classe

Namespace Microsoft.AnalysisServices