IManagementPackManagement.ImportBundle Method (ManagementPackBundle)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Imports a management pack bundle, which can contain multiple management packs and their resources.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IManagementPackManagement
Dim package As ManagementPackBundle
instance.ImportBundle(package)
Syntax
'Declaration
Sub ImportBundle ( _
package As ManagementPackBundle _
)
void ImportBundle (
ManagementPackBundle package
)
void ImportBundle (
ManagementPackBundle^ package
)
void ImportBundle (
ManagementPackBundle package
)
function ImportBundle (
package : ManagementPackBundle
)
Parameters
- package
The management pack bundle.
Exceptions
Exception type | Condition |
---|---|
ServerDisconnectedException | An error has occurred. |
ArgumentNullException | The package parameter is a null reference (Nothing in Visual Basic). |
ArgumentException | The management packs that are referenced by the ManagementPackBundle object, from the package parameter, contain a circular dependency reference. |
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