Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.28 KB

aggregationinstance-element-assl.md

File metadata and controls

56 lines (42 loc) · 2.28 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AggregationInstance Element (ASSL) | Microsoft Docs
Learn about the AggregationInstance object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

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)