MsCalculationStatType

Description

The MsCalculationStatType enumeration is used to determine a type of calculation statistic.

It is used by the IMsCalculationStatNode.Type property.

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 controlling calculation statistics, use the IMsCalculationStats.Compare method.

Available Values

Value Brief description
0 Control. Control statistic.
1 Info. Information statistic.

See also:

Ms Assembly Enumerations