NumericHierarchyStatistics Class

Class that stores the requested statistical information values for a specific numeric hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.InstrumentationElementStatistics
    Dundas.BI.InstrumentationHierarchyStatistics
      Dundas.BI.InstrumentationNumericHierarchyStatistics

Namespace: Dundas.BI.Instrumentation
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class NumericHierarchyStatistics : HierarchyStatistics

The NumericHierarchyStatistics type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the cell count for the current measure.
(Inherited from HierarchyStatistics)
Public propertyDistinctCount Gets the distinct count for the current measure values.
(Overrides HierarchyStatisticsDistinctCount)
Public propertyElement Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatistics)
Public propertyMaximumNumber Gets the maximum Number for the current numeric hierarchy.
Public propertyMinimumNumber Gets the minimum Number for the current numeric hierarchy.
Top
See Also