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 | |
|---|---|---|
|
BufferSize | Gets or sets the buffer size of the data reader. |
|
IsComplete | Gets a Boolean value that determines whether the reader is complete. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Close | Closes the underlying SQL connection. |
|
Dispose | Disposes the object and closes the underlying SQL connection. |
|
Equals | Overloaded. (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
|
Read | Gets the next result object. |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ToString | (inherited from Object) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.

