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 |
Indicates the solve order in which the CalculationProperty element is applied to a calculated member or calculated cell definition.
<CalculationProperty>
...
<SolveOrder>...</SolveOrder>
...
</CalculationProperty>
Characteristic | Description |
---|---|
Data type and length | Integer |
Default value | None |
Cardinality | 0-1: Optional element that can occur once and only once. |
Relationship | Element |
---|---|
Parent element | CalculationProperty |
Child elements | None |
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.
CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)