Dela via


IEntityTypeManagement.GetEnumerations Method (Generic ICollection)

Gets a collection of management pack enumerations from the provided collection of identifiers.

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

Usage

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

returnValue = instance.GetEnumerations(ids)

Syntax

'Declaration
Function GetEnumerations ( _
    ids As ICollection(Of Guid) _
) As IList(Of ManagementPackEnumeration)
IList<ManagementPackEnumeration> GetEnumerations (
    ICollection<Guid> ids
)
IList<ManagementPackEnumeration^>^ GetEnumerations (
    ICollection<Guid>^ ids
)
IList<ManagementPackEnumeration> GetEnumerations (
    ICollection<Guid> ids
)
function GetEnumerations (
    ids : ICollection<Guid>
) : IList<ManagementPackEnumeration>

Parameters

  • ids
    The collection of enumeration identifiers.

Return Value

The enumeration values.

Exceptions

Exception type Condition
ArgumentNullException

The ids parameter is a null reference (Nothing in Visual Basic).

ArgumentOutOfRangeException

The ids parameter collection does not contain any items.

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