Share via


AggregationAttribute.ParentAggregation Property

Gets the parent Aggregation of the current AggregationAttribute.

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

Syntax

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

Property Value

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

See Also

Reference

AggregationAttribute Class

Microsoft.AnalysisServices Namespace