IMsCalculationStatNode.Type

Syntax

Type: MsCalculationStatType;

Description

The Type property returns calculation statistic type.

Comments

Calculation statistics can be controlling and information ones. Calculation statistics can be compared only by control statistics that include statistical data, multidimensional cycle, multidimensional iterator, and so on. Information statistics include calculation time and are not compared with other statistics.

To compare control calculation statistics, use the IMsCalculationStats.Compare method.

Example

The property use is given in the example for IMsCalculationStats.Root.

See also:

IMsCalculationStatNode