Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 2.55 KB

File metadata and controls

72 lines (61 loc) · 2.55 KB
title Aggregation 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
Aggregation Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Aggregation
helpviewer_keywords
Aggregation element
ms.assetid f37af388-b2b3-4234-a1d6-936ee9b7f2ae
caps.latest.revision 39
author Minewiskan
ms.author owend
manager erikre

Aggregation Element (ASSL)

Defines a single aggregation for a Partition element.

Syntax

  
<Aggregations>  
      <Aggregation>  
      <ID>...</ID>  
      <Name>...</Name>  
      <Dimensions>...</Dimensions>  
            <Annotations>...</Annotations>  
      <Description>...</Description>  
   </Aggregation>  
</Aggregations>  

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 element Aggregations
Child elements Annotations, Description, Dimensions, ID, Name

Remarks

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

See Also

Partition Element (ASSL)
AggregationDesign Element (ASSL)
MeasureGroup Element (ASSL)
Objects (ASSL)