Represents a partial instance of a monitoring class that can be instantiated from a monitoring object identifier. This class has limited functionality when compared to its derived classes (PartialMonitoringObject and MonitoringObject), but it offers improved query performance when querying for a large number of objects from the Operations Manager database.

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

Public Constructors

  Name Description
PartialMonitoringObjectBase Initializes the PartialMonitoringObjectBase class by using a monitoring object identifier.
Top

Public Properties

  Name Description
public property Id  Gets the globally unique identifier (GUID) for the MonitoringBaseWithId object. (inherited from MonitoringBaseWithId)
public property ManagementGroup  Gets the Management Group that the object is in. (inherited from MonitoringBase)
public property ManagementGroupId  Gets the globally unique identifier (GUID) for the Management Group that the object is in. (inherited from MonitoringBase)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from MonitoringBaseWithId)
public method GetHashCode  Returns the hash code for the MonitoringBaseWithId object. (inherited from MonitoringBaseWithId)
public method GetMonitoringAlertReader Overloaded. Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.
public method GetMonitoringAlerts Overloaded. Gets monitoring alert objects that are related to this monitoring object.
public method GetMonitoringAlertsCount Overloaded. Gets the number of monitoring alerts that are related to this monitoring object.
public method GetMonitoringEventReader Overloaded. Gets an event reader object that allows you to read all the event objects that are related to this monitoring object.
public method GetMonitoringEvents Overloaded. Gets all the event objects that are related to this monitoring object.
public method GetMonitoringPerformanceData Overloaded. Gets all the performance data that is related to this monitoring object and that meets the specified criteria.
public method GetMonitoringPerformanceDataReader Overloaded. Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.
public method GetMonitoringTaskResults Overloaded. Gets all the task results that are related to this object.
public method GetParentMonitoringObjects Gets all the MonitoringObject instances that are parents of this object.
public method GetParentPartialMonitoringObjects Gets all the PartialMonitoringObject instances that are parents of this object.
public method GetRelatedMonitoringObjects Overloaded. Gets all the monitoring objects that are related to this object.
public method GetRelatedPartialMonitoringObjects Overloaded. Gets all the partial monitoring objects that are related to this object.
public method GetType  (inherited from Object)
public method Reconnect  (inherited from MonitoringBase)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  Returns the relevant display string for the object. (inherited from MonitoringBase)
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.