Share via


IEntityTypeManagement.GetEnumerations Method ()

Gets a collection of all management pack enumerations defined on all management packs in the current management pack group.

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

Usage

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

returnValue = instance.GetEnumerations

Syntax

'Declaration
Function GetEnumerations As IList(Of ManagementPackEnumeration)
IList<ManagementPackEnumeration> GetEnumerations ()
IList<ManagementPackEnumeration^>^ GetEnumerations ()
IList<ManagementPackEnumeration> GetEnumerations ()
function GetEnumerations () : IList<ManagementPackEnumeration>

Return Value

The enumeration values.

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