Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.26 KB

File metadata and controls

45 lines (35 loc) · 1.26 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Queries Element (XMLA) | Microsoft Docs
Learn how the Queries element contains a collection of Query elements used by the DesignAggregations command during usage-based optimization.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

Queries Element (XMLA)

Contains a collection of Query elements used by the DesignAggregations command during usage-based optimization.

Syntax

  
<DesignAggregations>  
   ...  
   <Queries>  
      <Query>...</Query>  
   </Queries>  
   ...  
</DesignAggregations>  

Element characteristics

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

Element relationships

Relationship Element
Parent elements DesignAggregations
Child elements Query

Remarks