Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.68 KB

perspectivecalculation-data-type-assl.md

File metadata and controls

49 lines (36 loc) · 1.68 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
PerspectiveCalculation Data Type (ASSL) | Microsoft Docs
Learn about the PerspectiveCalculation data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

PerspectiveCalculation Data Type (ASSL)

Defines a primitive data type that represents the relationship between a calculation and a Perspective element.

Syntax

  
<PerspectiveCalculation>  
      <Name>...</Name>  
   <Type>...</Type>  
   <Annotations>...</Annotations>  
</PerspectiveCalculation>  

Data Type Characteristics

Characteristic Description
Base data types None
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Annotations, Name, Type
Derived elements Calculation (Calculations collection of Perspective)

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.PerspectiveCalculation.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)