Compartilhar via


Propriedade do RDL AggregationDesignAttribute.Parent

Gets the measure group 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 Parent As AggregationDesignDimension 
    Get
'Uso
Dim instance As AggregationDesignAttribute 
Dim value As AggregationDesignDimension 

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

Valor da propriedade

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

Consulte também

Referência

AggregationDesignAttribute Classe

Namespace Microsoft.AnalysisServices