Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.17 KB

File metadata and controls

74 lines (60 loc) · 2.17 KB
title AggregationStorage 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
AggregationStorage Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AggregationStorage
helpviewer_keywords
AggregationStorage element
ms.assetid dd082388-534d-4847-9232-8f80fc9fe96e
caps.latest.revision 35
author Minewiskan
ms.author owend
manager erikre

AggregationStorage Element (ASSL)

Identifies the storage method for aggregations.

Syntax

  
<ProactiveCaching>  
   ...  
   <AggregationStorage>...</AggregationStorage>  
   ...  
</ProactiveCaching>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element ProactiveCaching
Child elements None

Remarks

The value of this element is limited to one of the following strings:

Value Description
Regular Aggregation data is stored in the default manner.
MolapOnly Aggregation data is stored using multidimensional OLAP (MOLAP) storage only.

The MolapOnly option is available only for the Partition element.

The enumeration that corresponds to the allowed values for AggregationStorage in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ProactiveCachingAggregationStorage.

See Also

Properties (ASSL)