Defines an abstract base class for classes that are used as a reader to retrieve monitoring data. This class is implemented by the MonitoringAlertReader, MonitoringEventReader, MonitoringPerformanceDataReader, and MonitoringPerformanceDataValueReader classes.

The following tables list the members exposed by the MonitoringDataReader type.

Public Properties

  Name Description
public property BufferSize Gets or sets the buffer size of the data reader.
public property IsComplete Gets a Boolean value that determines whether the reader is complete.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Close Closes the underlying SQL connection.
public method Dispose Disposes the object and closes the underlying SQL connection.
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method Read Gets the next result object.
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

See Also


Send comments about this topic to Microsoft.