Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.84 KB

File metadata and controls

64 lines (53 loc) · 1.84 KB
title Calculation Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/07/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Calculation Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Calculation
helpviewer_keywords
Calculation element
ms.assetid c96e37cf-b7ff-4296-a043-f9a5a5c444ce
caps.latest.revision 28
author Minewiskan
ms.author owend
manager erikre

Calculation Element (ASSL)

Asssociates a calculation with a Perspective element.

Syntax

  
<Calculations>  
   <Calculation xsi:type="PerspectiveCalculation">  
      </Calculation>  
</Calculations>  

Element Characteristics

Characteristic Description
Data type and length PerspectiveCalculation
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Calculations
Child elements None

Remarks

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

See Also

Objects (ASSL)