ManagementPackClass.GetRelationshipsWhereSource Method

Definition

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

Overloads

GetRelationshipsWhereSource()

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

GetRelationshipsWhereSource(DerivedClassTraversalDepth)

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

GetRelationshipsWhereSource()

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

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

Returns

All the relationship classes.

Applies to

GetRelationshipsWhereSource(DerivedClassTraversalDepth)

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

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ GetRelationshipsWhereSource(Microsoft::EnterpriseManagement::Configuration::DerivedClassTraversalDepth derivedClassTraversalDepth);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> GetRelationshipsWhereSource (Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth derivedClassTraversalDepth);
member this.GetRelationshipsWhereSource : Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship>
Public Function GetRelationshipsWhereSource (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