TransformStatistics Class

Class that stores the requested statistical information values for a specific Transform.
Inheritance Hierarchy
SystemObject
  Dundas.BI.InstrumentationTransformStatistics

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 TransformStatistics

The TransformStatistics type exposes the following members.

Properties
 NameDescription
Public propertyElementStatistics Gets the element statistics for the current transform.
Public propertyOutputDataCount Gets the total output data count when requested.
Public propertyTransform Gets the transform the statistics are calculated for.
Top
See Also