Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.37 KB

File metadata and controls

70 lines (58 loc) · 2.37 KB
title CalculationReference 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
CalculationReference Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CalculationReference
helpviewer_keywords
CalculationReference element
ms.assetid 4dd18b1f-55c3-4673-afbe-736d1bce8331
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

CalculationReference Element (ASSL)

Contains the name of the named set or calculated cell referenced by the CalculationProperty.

Syntax

  
<CalculationProperty>  
   ...  
   <CalculationReference>...</CalculationReference>  
   ...  
</CalculationProperty>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element CalculationProperty
Child elements None

Remarks

If the value of the CalculationReference does not match the name of an existing named set or calculated cell definition, the CalculationReference is ignored.

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

See Also

CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)