Condividi tramite


Proprietà AggregationAttribute.ParentAggregation

Gets the parent Aggregation of the current AggregationAttribute.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices