Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.28 KB

File metadata and controls

67 lines (56 loc) · 2.28 KB
title Measures 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
Measures Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Measures
helpviewer_keywords
Measures element
ms.assetid d2107112-f620-4fd7-a05f-bb2606b4be18
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

Measures Element (ASSL)

Contains the collection of Measure elements associated with the parent element.

Syntax

  
<MeasureGroup> <!-- or AggregationInstance, MeasureGroupBinding (out-of-line), PerspectiveMeasureGroup -->  
   ...  
   <Measures>  
      <Measure>...</Measure>  
   </Measures>  
   ...  
</MeasureGroup>  

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 AggregationInstance, MeasureGroup, MeasureGroupBinding (out-of-line), PerspectiveMeasureGroup
Child elements Measure

Remarks

The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.MeasureCollection and xref:Microsoft.AnalysisServices.PerspectiveMeasureCollection.

See Also

Collections (ASSL)