ManagementPackClass.GetRelationshipsWhereTarget Method

Definition

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

Overloads

GetRelationshipsWhereTarget(DerivedClassTraversalDepth)

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

GetRelationshipsWhereTarget()

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

GetRelationshipsWhereTarget(DerivedClassTraversalDepth)

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

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ GetRelationshipsWhereTarget(Microsoft::EnterpriseManagement::Configuration::DerivedClassTraversalDepth derivedClassTraversalDepth);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> GetRelationshipsWhereTarget (Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth derivedClassTraversalDepth);
member this.GetRelationshipsWhereTarget : Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship>
Public Function GetRelationshipsWhereTarget (derivedClassTraversalDepth As DerivedClassTraversalDepth) As IList(Of ManagementPackRelationship)

Parameters

derivedClassTraversalDepth
DerivedClassTraversalDepth

Indicates whether to include the derived classes of this class as targets for the relationship type.

Returns

All the relationship classes.

Applies to

GetRelationshipsWhereTarget()

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

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ GetRelationshipsWhereTarget();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> GetRelationshipsWhereTarget ();
member this.GetRelationshipsWhereTarget : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship>
Public Function GetRelationshipsWhereTarget () As IList(Of ManagementPackRelationship)

Returns

All the relationship classes.

Applies to