Partition.AggregationDesign Property

 

Applies To: SQL Server 2016 Preview

Gets the aggregation design object for the partition.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AggregationDesign

An AggregationDesign object.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top