---
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:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
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
```xml
...
...
...
...
...
...
...
...
```
## 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](../../../analysis-services/scripting/collections/aggregationdesigns-element-assl.md)|
|Child elements|[Aggregations](../../../analysis-services/scripting/collections/aggregations-element-assl.md), [Annotations](../../../analysis-services/scripting/collections/annotations-element-assl.md), [Description](../../../analysis-services/scripting/properties/description-element-assl.md), [Dimensions](../../../analysis-services/scripting/collections/dimensions-element-assl.md), [EstimatedPerformanceGain](../../../analysis-services/scripting/properties/estimatedperformancegain-element-assl.md), [EstimatedRows](../../../analysis-services/scripting/properties/estimatedrows-element-assl.md), [ID](../../../analysis-services/scripting/properties/id-element-assl.md), [Name](../../../analysis-services/scripting/properties/name-element-assl.md)|
## Remarks
The corresponding element in the Analysis Management Objects (AMO) object model is .
## See Also
[Partition Element (ASSL)](../../../analysis-services/scripting/objects/partition-element-assl.md)
[Aggregation Element (ASSL)](../../../analysis-services/scripting/objects/aggregation-element-assl.md)
[Aggregations Element (ASSL)](../../../analysis-services/scripting/collections/aggregations-element-assl.md)
[Objects (ASSL)](../../../analysis-services/scripting/objects/objects-assl.md)