PartialMonitoringObjectBase Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Common.EnterpriseManagementBase
        Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectBaseWithProperties
          Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject
            Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObjectBase
              Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use methods on ManagementGroup interfaces that take MonitoringObjectId")]
public class PartialMonitoringObjectBase : EnterpriseManagementObject
[SerializableAttribute]
[ObsoleteAttribute("Use methods on ManagementGroup interfaces that take MonitoringObjectId")]
public ref class PartialMonitoringObjectBase : EnterpriseManagementObject
[<SerializableAttribute>]
[<ObsoleteAttribute("Use methods on ManagementGroup interfaces that take MonitoringObjectId")>]
type PartialMonitoringObjectBase = 
    class
        inherit EnterpriseManagementObject
    end
<SerializableAttribute>
<ObsoleteAttribute("Use methods on ManagementGroup interfaces that take MonitoringObjectId")>
Public Class PartialMonitoringObjectBase
    Inherits EnterpriseManagementObject

Constructors

Name Description
System_CAPS_pubmethod PartialMonitoringObjectBase(Guid, ManagementGroup)

Initializes the PartialMonitoringObjectBase class by using a monitoring object identifier.

Properties

Name Description
System_CAPS_pubproperty DisplayName

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty FullName

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty HasChanges

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty IsNew

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[Guid]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[ManagementPackProperty]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[ManagementPackType, String]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty LastModified

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty LastModifiedBy

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty LeastDerivedNonAbstractManagementPackClassId

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementPackClassIds

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty Name

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty Path

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty TimeAdded

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty Values

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

Methods

Name Description
System_CAPS_pubmethod ApplyTemplate(ManagementPackObjectTemplate)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod ApplyTemplate(ManagementPackObjectTemplate, ObjectTemplateCallback)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Commit()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Commit(EnterpriseManagementConnector)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod ContainsProperty(Guid)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod ContainsProperty(ManagementPackProperty)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod ContainsProperty(ManagementPackType, String)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod CreateNavigator()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetClasses()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetClasses(BaseClassTraversalDepth)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetCopy()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetLeastDerivedNonAbstractClass()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetMonitoringAlertReader()

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringAlertReader(DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that have changed since the specified date and time.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified filter.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts()

Gets all the monitoring alert objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringAlerts(DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that have changed since the specified date and time.

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass)

Gets all the monitoring alert objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringAlerts(TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount()

Gets the number of monitoring alerts that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringAlertsCount(ManagementPackClass)

Gets the number of monitoring alerts that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringAlertsCount(ManagementPackClass, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringAlertsCount(TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringEventReader()

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringEventReader(ManagementPackClass)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringEventReader(ManagementPackClass, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEventReader(TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object, and optionally events that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringEvents()

Gets all the event objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass)

Gets all the event objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(TraversalDepth)

Gets all the event objects that are related to this monitoring object, and optionally events that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringPerformanceData()

Gets all the performance data that is related to this monitoring object.

System_CAPS_pubmethod GetMonitoringPerformanceData(ManagementPackClass)

Gets all the performance data that is related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringPerformanceData(ManagementPackClass, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceData(TraversalDepth)

Gets all the performance data that is related to this monitoring object, and optionally performance data that is related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader()

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(ManagementPackClass)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(ManagementPackClass, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object, and optionally performance data that is related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMonitoringTaskResults()

Gets all the task results that are related to this object.

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria)

Gets all the task results that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria, TraversalDepth)

Gets all the task results that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringTaskResults(TraversalDepth)

Gets all the task results that are related to this object, and optionally task results that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetMostDerivedClasses()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetParentMonitoringObjects()

Gets all the MonitoringObject instances that are parents of this object.

System_CAPS_pubmethod GetParentPartialMonitoringObjects()

Gets all the PartialMonitoringObject instances that are parents of this object.

System_CAPS_pubmethod GetProperties()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetRelatedMonitoringObjects()

Gets all the monitoring objects that are related to this object.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ICollection<MonitoringObjectCriteria>, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass)

Gets all the monitoring objects that are related to this object and the specified monitoring class.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass)

Gets all the monitoring objects that are related to this monitoring object with the specified relationship type.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(TraversalDepth)

Gets all the monitoring objects that are related to this object, and optionally monitoring objects that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects()

Gets all the partial monitoring objects that are related to this object.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass)

Gets all the partial monitoring objects that are related to this object and the specified monitoring class.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass)

Gets all the partial monitoring objects that are related to this monitoring object with the specified relationship type.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(TraversalDepth)

Gets all the partial monitoring objects that are related to this object, and optionally partial monitoring objects that are related to all the monitoring objects that are contained by this object.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsInstanceOf(ManagementPackClass)

(Inherited from EnterpriseManagementObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Overwrite()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Overwrite(EnterpriseManagementConnector)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod PopulateAccessRights(EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Overrides EnterpriseManagementObjectBaseWithProperties.Reconnect(EnterpriseManagementGroup).)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod TryGetProperty(Guid, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod TryGetProperty(ManagementPackProperty, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod TryGetProperty(ManagementPackType, String, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.CreateObject(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.CreateObjectGroup(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.GetObjectDataFromRow(Result)

(Inherited from EnterpriseManagementObject.)

Remarks

For more information about this class, see Monitoring Object and Partial Monitoring Object Comparison

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