Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.97 KB

File metadata and controls

70 lines (58 loc) · 2.97 KB
title AggregationInstance 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
AggregationInstance Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
AggregationInstance element
ms.assetid 2e77e9e1-9f2c-4df4-9aa6-5b7b911016a3
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

AggregationInstance Element (ASSL)

Defines an aggregation instance for a partition.

Syntax

  
<AggregationInstances>  
   <AggregationInstance>  
      <AggregationType>...</AggregationType>  
      <AggregationID>...</AggregationID>  
      <Source>...</Source>  
      <Dimensions>...</Dimensions>  
      <Measures>...</Measures>  
      <Annotations>...</Annotations>  
   </AggregationInstance>  
</AggregationInstances>  

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 AggregationInstances
Child elements AggregationID, AggregationType, Annotations, Dimensions, Measures, Source

Remarks

When a Partition element uses an AggregationDesign element to generate aggregations for that partition, each Aggregation in the AggregationDesign is instantiated for that partition. Multiple partitions can use the same aggregation design to generate multiple instances of a defined aggregation. The AggregationInstance element represents an instance of a defined aggregation.

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

See Also

Objects (ASSL)