Aggregation.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent AggregationDesign object for the current Aggregation object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public AggregationDesign Parent { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property AggregationDesign^ Parent {
    AggregationDesign^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Parent : AggregationDesign with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Parent As AggregationDesign

Property Value

Type: Microsoft.AnalysisServices.AggregationDesign

The parent AggregationDesign object.

See Also

Aggregation Class
Microsoft.AnalysisServices Namespace

Return to top