MonitoringClass.GetMonitoringRelationshipClassesWhereTarget Method

Definition

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

Overloads

GetMonitoringRelationshipClassesWhereTarget()
Obsolete.

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

GetMonitoringRelationshipClassesWhereTarget(DerivedClassTraversalDepth)
Obsolete.

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

GetMonitoringRelationshipClassesWhereTarget()

Caution

Please use GetRelationshipsWhereTarget() instead

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

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

Returns

ReadOnlyCollection<MonitoringRelationshipClass>

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

Attributes

Applies to

GetMonitoringRelationshipClassesWhereTarget(DerivedClassTraversalDepth)

Caution

Please use GetRelationshipsWhereTarget() instead

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

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClass ^> ^ GetMonitoringRelationshipClassesWhereTarget(Microsoft::EnterpriseManagement::Configuration::DerivedClassTraversalDepth derivedClassTraversalDepth);
[System.Obsolete("Please use GetRelationshipsWhereTarget() instead")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass> GetMonitoringRelationshipClassesWhereTarget (Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth derivedClassTraversalDepth);
member this.GetMonitoringRelationshipClassesWhereTarget : Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClass>
Public Function GetMonitoringRelationshipClassesWhereTarget (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

ReadOnlyCollection<MonitoringRelationshipClass>

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

Attributes

Applies to