Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.44 KB

File metadata and controls

74 lines (61 loc) · 2.44 KB
title DataAggregation 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
DataAggregation Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
DataAggregation element
ms.assetid baf6d2c9-54f6-4a6d-95f7-e1e758be458d
caps.latest.revision 13
author Minewiskan
ms.author owend
manager erikre

DataAggregation Element (ASSL)

Determines whether the instance can aggregate persisted data or cached data for the MeasureGroup.

Syntax

  
<MeasureGroup>  
   ...  
   <DataAggregation>...</DataAggregation>  
   ...  
</MeasureGroup>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value DataAndCacheAggregatable
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements MeasureGroup
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
None Aggregation is not performed for this measure group.
DataAggregatable Persisted data is aggregatable for this measure group.
CacheAggregatable Cached data is aggregatable for this measure group.
DataAndCacheAggregatable Both persisted data and cached data are aggregatable for this measure group.

The element that corresponds to the parent of DataAggregation in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MeasureGroup.

See Also

Cube Element (ASSL)
Dimension Element (ASSL)
Properties (ASSL)