Compartilhar via


Propriedade do RDL AggregationAttribute.ParentAggregation

Gets the parent Aggregation of the current AggregationAttribute.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation 
    Get
'Uso
Dim instance As AggregationAttribute 
Dim value As Aggregation 

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Aggregation
The parent Aggregation of the current AggregationAttribute.

Consulte também

Referência

AggregationAttribute Classe

Namespace Microsoft.AnalysisServices