Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As IManagementPackManagement Dim package As ManagementPackBundle instance.ImportBundle(package) |
Syntax
Visual Basic |
---|
Sub ImportBundle ( _ package As ManagementPackBundle _ ) |
C# |
---|
void ImportBundle ( ManagementPackBundle package ) |
C++ |
---|
void ImportBundle ( ManagementPackBundle^ package ) |
J# |
---|
void ImportBundle ( ManagementPackBundle package ) |
JScript |
---|
function ImportBundle ( package : ManagementPackBundle ) |
Parameters
- package
-
Type: ManagementPackBundle
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.