--- 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: - "http://schemas.microsoft.com/analysisservices/2003/engine" 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](../../../analysis-services/scripting/objects/calculationproperty-element-assl.md). ## Syntax ```xml ... ... ... ``` ## 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](../../../analysis-services/scripting/objects/calculationproperty-element-assl.md)| |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 . ## See Also [CalculationProperties Element (ASSL)](../../../analysis-services/scripting/collections/calculationproperties-element-assl.md) [MdxScript Element (ASSL)](../../../analysis-services/scripting/objects/mdxscript-element-assl.md) [MdxScripts Element (ASSL)](../../../analysis-services/scripting/collections/mdxscripts-element-assl.md) [Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)