Share via


ManagementPack.GetRelationships Method

Definition

Retrieves all relationships that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ GetRelationships();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> GetRelationships ();
member this.GetRelationships : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship>
Public Function GetRelationships () As ManagementPackElementCollection(Of ManagementPackRelationship)

Returns

A collection of all ManagementPackRelationship objects in the management pack.

All relationships that are contained in the management pack.

Applies to