Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.77 KB

solveorder-element-assl.md

File metadata and controls

55 lines (40 loc) · 1.77 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
SolveOrder Element (ASSL) | Microsoft Docs
Learn about the SolveOrder property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

SolveOrder Element (ASSL)

Indicates the solve order in which the CalculationProperty element is applied to a calculated member or calculated cell definition.

Syntax

  
<CalculationProperty>  
   ...  
   <SolveOrder>...</SolveOrder>  
   ...  
</CalculationProperty>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element CalculationProperty
Child elements None

Remarks

The SolveOrder property applies to CalculationProperty elements with a CalculationType of Member or Cells.

The element that corresponds to the parent of SolveOrder 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)