Skip to content

Latest commit

 

History

History
75 lines (64 loc) · 3.04 KB

File metadata and controls

75 lines (64 loc) · 3.04 KB
title AggregationDesign Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
AggregationDesign Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AggregationDesign
helpviewer_keywords
AggregationDesign element
ms.assetid 80ad98d8-73a8-4353-b5ad-d2a9ac3bc531
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

AggregationDesign Element (ASSL)

Defines a set of aggregation definitions that can be shared across multiple partitions in a database.

Syntax

  
<AggregationDesigns>  
   <AggregationDesign>  
      <ID>...</ID>  
      <Name>...</Name>  
            <Description>...</Description>  
      <EstimatedRows>...</EstimatedRows>  
      <Dimensions>...</Dimensions>  
            <Aggregations>...</Aggregation>  
      <EstimatedPerformanceGain>...</EstimatedPerformanceGain>  
      <Annotations>...</Annotations>  
   </AggregationDesign>  
</AggregationDesigns>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements AggregationDesigns
Child elements Aggregations, Annotations, Description, Dimensions, EstimatedPerformanceGain, EstimatedRows, ID, Name

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.AggregationDesign.

See Also

Partition Element (ASSL)
Aggregation Element (ASSL)
Aggregations Element (ASSL)
Objects (ASSL)