IManagementPackManagement.GetDependentManagementPacks Method
System Center
Gets all the management packs that depend on (reference) the specified management pack.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
IList<ManagementPack> GetDependentManagementPacks ( ManagementPack managementPack )
function GetDependentManagementPacks (
managementPack : ManagementPack
) : IList<ManagementPack>
Parameters
- managementPack
The management pack.
Return Value
The list of management packs that reference the specified management pack.| Exception type | Condition |
|---|---|
| ArgumentNullException | The managementPack parameter is a null reference (Nothing in Visual Basic). |
This method is thread safe.
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: