[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Creates a ManagementPackBundle object that contains the management packs. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As IManagementPackManagement
Dim ids As IEnumerable(Of Guid)
Dim returnValue As ManagementPackBundle

returnValue = instance.GetBundle(ids)

Syntax

Visual Basic
Function GetBundle ( _
		ids As IEnumerable(Of Guid) _
) As ManagementPackBundle
C#
ManagementPackBundle GetBundle (
		IEnumerable<Guid> ids
)
C++
ManagementPackBundle^ GetBundle (
		IEnumerable<Guid>^ ids
)
J#
ManagementPackBundle GetBundle (
		IEnumerable<Guid> ids
)
JScript
function GetBundle (
		ids : IEnumerable<Guid>
) : ManagementPackBundle

Parameters

ids

Type: Guid}

A list of GUID values that each identify management packs.

Return Value

Type: ManagementPackBundle The management pack bundle.

Exceptions

Exception type Condition
ServerDisconnectedException

An error has occurred.

ArgumentNullException

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

ObjectNotFoundException

One of the Guid identifiers in the ids parameter was not found.

Thread Safety

This method is thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also