CalculatedMember.SolveOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer specifying the value of the calculated member's solve order MDX (multidimensional expression) argument. The default value is zero.
public:
property int SolveOrder { int get(); };
public int SolveOrder { get; }
Public ReadOnly Property SolveOrder As Integer