---
title: "AggregationUsage Element (ASSL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/14/2017"
ms.prod: "sql-server-2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "analysis-services"
- "docset-sql-devref"
ms.tgt_pltfrm: ""
ms.topic: "reference"
apiname:
- "AggregationUsage Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
f1_keywords:
- "AggregationUsage"
helpviewer_keywords:
- "AggregationUsage element"
ms.assetid: af0c2e7f-b659-4fbf-9b1a-66128db669a2
caps.latest.revision: 41
author: "Minewiskan"
ms.author: "owend"
manager: "erikre"
---
# AggregationUsage Element (ASSL)
Controls how the Aggregation Designer in [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] designs aggregations.
## Syntax
```xml
...
...
...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|Data type and length|String (enumeration)|
|Default value|*Default*|
|Cardinality|0-1: Optional element that can occur once and only once.|
## Element Relationships
|Relationship|Element|
|------------------|-------------|
|Parent element|[CubeAttribute](../../../analysis-services/scripting/data-type/cubeattribute-data-type-assl.md)|
|Child elements|None|
## Remarks
The value of this element is limited to one of the strings in the following table.
|Value|Description|
|-----------|-----------------|
|*Full*|Every aggregation for the cube must include this attribute.|
|*None*|No aggregation for the cube should include this attribute.|
|*Unrestricted*|No restrictions are placed on the Aggregation Designer.|
|*Default*|The Aggregation Designer applies a default rule based on the type of attribute (*Full* for keys, *Unrestricted* for others).|
The enumeration that corresponds to the allowed values for **AggregationUsage** in the Analysis Management Objects (AMO) object model is .
## See Also
[Cube Element (ASSL)](../../../analysis-services/scripting/objects/cube-element-assl.md)
[Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)