Compartilhar via


IManagementPackManagement.GetManagementPacks Method (Generic ICollection)

Gets a collection of all the management packs that have been imported into the current management group based on the specified list of management pack identifiers.

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

Usage

'Usage
Dim instance As IManagementPackManagement
Dim ids As ICollection(Of Guid)
Dim returnValue As IList(Of ManagementPack)

returnValue = instance.GetManagementPacks(ids)

Syntax

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

Parameters

  • ids
    A list of unique identifiers representing management packs.

Return Value

The collection of specified management packs.

Exceptions

Exception type Condition
ArgumentNullException

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

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

IManagementPackManagement Interface
IManagementPackManagement Members
Microsoft.EnterpriseManagement Namespace