IEntityTypeManagement.GetEnumerations Method (ICollection)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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