AggregationDesign Element (ASSL)
SQL Server 2008 R2
Defines a set of aggregation definitions that can be shared across multiple partitions in a database.
<AggregationDesigns>
<AggregationDesign>
<ID>...</ID>
<Name>...</Name>
<Description>...</Description>
<EstimatedRows>...</EstimatedRows>
<Dimensions>...</Dimensions>
<Aggregations>...</Aggregation>
<EstimatedPerformanceGain>...</EstimatedPerformanceGain>
<Annotations>...</Annotations>
</AggregationDesign>
</AggregationDesigns>
Relationship | Element |
|---|---|
Parent elements | |
Child elements | Aggregations, Annotations, Description, Dimensions, EstimatedPerformanceGain, EstimatedRows, ID, Name |
The corresponding element in the Analysis Management Objects (AMO) object model is AggregationDesign.
