Partager via


Propriété AggregationAttribute.ParentAggregation

Gets the parent Aggregation of the current AggregationAttribute.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AggregationAttribute Classe

Espace de noms Microsoft.AnalysisServices