The MsCalculationStatType enumeration is used to determine a type of calculation statistic.
It is used by the IMsCalculationStatNode.Type property.
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.
Value | Brief description |
0 | Control. Control statistic. |
1 | Info. Information statistic. |
See also: