Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.01 KB

File metadata and controls

67 lines (56 loc) · 2.01 KB
title CalculationProperties Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
CalculationProperties Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CalculationProperties
helpviewer_keywords
CalculationProperties element
ms.assetid dccfe036-0b1b-4877-8bdd-4b128ccb55c9
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

CalculationProperties Element (ASSL)

Contains the collection of CalculationProperty elements associated with an MdxScript element.

Syntax

  
<MdxScript>  
   ...  
   <CalculationProperties>  
      <CalculationProperty>...</CalculationProperty>  
   </CalculationProperties>  
   ...  
</MdxScript>  

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 MdxScript
Child elements CalculationProperty

Remarks

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

See Also

Collections (ASSL)