Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 2.55 KB

File metadata and controls

77 lines (64 loc) · 2.55 KB
title AllMemberAggregationUsage Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
AllMemberAggregationUsage Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AllMemberAggregationUsage
helpviewer_keywords
AllMemberAggregationUsage element
ms.assetid 264fe9d8-8e9a-4642-8cee-7c2804126926
caps.latest.revision 40
author Minewiskan
ms.author owend
manager erikre

AllMemberAggregationUsage Element (ASSL)

Controls how the Aggregation Designer in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] designs aggregations.

Syntax

  
<CubeDimension>  
   ...  
   <AllMemberAggregationUsage>...</AllMemberAggregationUsage>  
   ...  
</CubeDimension>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements CubeDimension
Child elements None

Remarks

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

Value Description
Full Every aggregation for the cube must include the All member.
None No aggregation for the cube should include the All member.
Unrestricted No restrictions are placed on the Aggregation Designer.
Default Same as Unrestricted.

Remarks

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

See Also

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