TimeHierarchyStatistics Class

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

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 TimeHierarchyStatistics : HierarchyStatistics

The TimeHierarchyStatistics 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 propertyLowerMaximum Gets maximum DateTime for the requested time hierarchy. The calculation is based only on the main member time of the time hierarchy members.
Public propertyMinimumDate Gets the minimum DateTime for the requested time hierarchy.
Public propertyUpperMaximum Gets maximum DateTime for the requested time hierarchy. The calculation includes the upper boundary time of the time hierarchy members.
Top
See Also