Dela via


IEntityTypeManagement.GetRelationshipClasses Method ()

Gets all relationships that are defined in this management group.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IEntityTypeManagement
Dim returnValue As IList(Of ManagementPackRelationship)

returnValue = instance.GetRelationshipClasses

Syntax

'Declaration
Function GetRelationshipClasses As IList(Of ManagementPackRelationship)
IList<ManagementPackRelationship> GetRelationshipClasses ()
IList<ManagementPackRelationship^>^ GetRelationshipClasses ()
IList<ManagementPackRelationship> GetRelationshipClasses ()
function GetRelationshipClasses () : IList<ManagementPackRelationship>

Return Value

The list of relationships.

Thread Safety

This method is thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace