Udostępnij za pośrednictwem


SystemMonitoringRelationshipClass Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Defines system relationship classes.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.SystemRelationship
    Microsoft.EnterpriseManagement.Configuration.SystemMonitoringRelationship
      Microsoft.EnterpriseManagement.Configuration.SystemMonitoringRelationshipClass

Syntax

[ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")]
public class SystemMonitoringRelationshipClass : SystemMonitoringRelationship
[ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")]
public ref class SystemMonitoringRelationshipClass : SystemMonitoringRelationship
[<ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")>]
type SystemMonitoringRelationshipClass = 
    class
        inherit SystemMonitoringRelationship
    end
<ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")>
Public Class SystemMonitoringRelationshipClass
    Inherits SystemMonitoringRelationship

Properties

Name Description
System_CAPS_pubproperty Id

(Inherited from SystemRelationship.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from SystemRelationship.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from SystemRelationship.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Configuration Namespace

Return to top