StatisticsResult Class

Class that represents the result of a data statistics request.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalStatisticsResult

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class StatisticsResult : IDataWarnings

The StatisticsResult type exposes the following members.

Properties
 NameDescription
Public propertyDataStamp Gets the data stamp information.
Public propertyException Gets the exception, if there was one.
Public propertyHasWarnings Gets a value indicating whether this instance has warnings.
Public propertyMetricSet Gets the metric set the result was queried for.
Public propertyStatistics Gets the query measurements, if requested by the client.
Public propertyWarnings Gets the warnings.
Top
See Also