PartialMonitoringObject.GetMonitoringRelationshipObjectsWhereSource Method

 

Applies To: Operations Manager for System Center 2012

Retrieves the relationships for which this partial monitoring object is a source in the relationship.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource()

Obsolete.Retrieves the relationships for which this PartialMonitoringObject object is the source.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types and including relationships in which the instances that this instance contains, via the Containment relationship type or above, are the source.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object. Gets the relationships from the current PartialMonitoringObject object, or optionally from all derived classes.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClasses collection.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria)

Obsolete.Gets the relationships for which this partial monitoring object is the source, by applying the specified filter.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationships that meet the criteria filter. Gets the relationships from the current PartialMonitoringObject object, or optionally from all related PartialMonitoringObject objects.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(TraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types.

See Also

PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top