MonitoringClass.GetMonitoringRelationshipClassesWhereSource Method

Definition

Retrieves the relationship class objects of which this monitoring class is a source in the relationship.

Overloads

GetMonitoringRelationshipClassesWhereSource()
Obsolete.

Retrieves all the relationship classes of which this MonitoringClass is a part as the source.

GetMonitoringRelationshipClassesWhereSource(DerivedClassTraversalDepth)
Obsolete.

Retrieves all the relationship classes of which this MonitoringClass is a part as the source.

GetMonitoringRelationshipClassesWhereSource()

Caution

Please use GetRelationshipsWhereSource() instead

Retrieves all the relationship classes of which this MonitoringClass is a part as the source.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClass ^> ^ GetMonitoringRelationshipClassesWhereSource();
[System.Obsolete("Please use GetRelationshipsWhereSource() instead")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass> GetMonitoringRelationshipClassesWhereSource ();
member this.GetMonitoringRelationshipClassesWhereSource : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass>
Public Function GetMonitoringRelationshipClassesWhereSource () As ReadOnlyCollection(Of MonitoringRelationshipClass)

Returns

The relationship classes of which this MonitoringClass is a part as the source.

Attributes

Applies to

GetMonitoringRelationshipClassesWhereSource(DerivedClassTraversalDepth)

Caution

Please use GetRelationshipsWhereSource() instead

Retrieves all the relationship classes of which this MonitoringClass is a part as the source.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClass ^> ^ GetMonitoringRelationshipClassesWhereSource(Microsoft::EnterpriseManagement::Configuration::DerivedClassTraversalDepth derivedClassTraversalDepth);
[System.Obsolete("Please use GetRelationshipsWhereSource() instead")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass> GetMonitoringRelationshipClassesWhereSource (Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth derivedClassTraversalDepth);
member this.GetMonitoringRelationshipClassesWhereSource : Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass>
Public Function GetMonitoringRelationshipClassesWhereSource (derivedClassTraversalDepth As DerivedClassTraversalDepth) As ReadOnlyCollection(Of MonitoringRelationshipClass)

Parameters

derivedClassTraversalDepth
DerivedClassTraversalDepth

Indicates whether or not to include this classes derived classes as targets for the RelationshipType.

Returns

The relationship classes of which this MonitoringClass is a part as the source.

Attributes

Applies to