Applies To: Operations Manager for System Center 2012
Represents a discovery source for relationship objects.
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.Monitoring.DiscoverySource
        Microsoft.EnterpriseManagement.Monitoring.MonitoringRelationshipObjectDiscoverySource
Syntax
[SerializableAttribute]
public class MonitoringRelationshipObjectDiscoverySource : DiscoverySource
[SerializableAttribute]
public ref class MonitoringRelationshipObjectDiscoverySource : DiscoverySource
[<SerializableAttribute>]
type MonitoringRelationshipObjectDiscoverySource = 
    class
        inherit DiscoverySource
    end
<SerializableAttribute>
Public Class MonitoringRelationshipObjectDiscoverySource
    Inherits DiscoverySource
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | BoundMonitoringObjectId | Obsolete.Gets the globally unique identifier (GUID) for the bound monitoring object.(Overrides DiscoverySource.BoundMonitoringObjectId.) | 
| .jpeg) | BoundObjectId | (Overrides DiscoverySource.BoundObjectId.) | 
| .jpeg) | ConnectorId | (Overrides DiscoverySource.ConnectorId.) | 
| .jpeg) | Id | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | LastSnapshotTime | Gets the last snapshot time, in DateTime format, for the discovery source.(Overrides DiscoverySource.LastSnapshotTime.) | 
| .jpeg) | ManagementGroup | The connection management group connection used by this object.(Inherited from DiscoverySource.) | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | MonitoringConnectorId | Obsolete.Gets the globally unique identifier (GUID) of the connector for the discovery source.(Overrides DiscoverySource.MonitoringConnectorId.) | 
| .jpeg) | ObjectId | Gets the globally unique identifier (GUID) of the object that was discovered by the discovery source.(Overrides DiscoverySource.ObjectId.) | 
| .jpeg) | SourceType | Gets the type of the discovery source.(Overrides DiscoverySource.SourceType.) | 
| .jpeg) | WorkflowId | (Overrides DiscoverySource.WorkflowId.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from DiscoverySource.) | 
| .jpeg) | SetId(Guid) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | ToString() | (Inherited from MonitoringBase.) | 
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