PartialOperationalDataReader Class
Applies To: Operations Manager for System Center 2012
Abstract class for reading operational data object properties.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.DataReader
Microsoft.EnterpriseManagement.Monitoring.MonitoringDataReader
Microsoft.EnterpriseManagement.Monitoring.PartialOperationalDataReader
Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringAlertReader
Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringEventReader
Syntax
public abstract class PartialOperationalDataReader : MonitoringDataReader
public ref class PartialOperationalDataReader abstract : MonitoringDataReader
[<AbstractClass>]
type PartialOperationalDataReader =
class
inherit MonitoringDataReader
end
Public MustInherit Class PartialOperationalDataReader
Inherits MonitoringDataReader
Properties
Name | Description | |
---|---|---|
BufferSize | (Inherited from DataReader.) |
|
IsComplete | (Inherited from DataReader.) |
|
ManagementGroup | (Inherited from DataReader.) |
Methods
Name | Description | |
---|---|---|
Close() | (Inherited from DataReader.) |
|
Dispose() | (Inherited from DataReader.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetPartialOperationalData() | Returns a dictionary object that contains key/value pairs where each key is a OperationalDataProperty object and each value is the value of that property |
|
GetResult() | (Inherited from DataReader.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Read() | (Inherited from DataReader.) |
|
ToString() | (Inherited from Object.) |
Remarks
This is the base class for both the PartialMonitoringAlertReader class and the PartialMonitoringEventReader class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top