DataWarehouse.GetManagementPacks Method (IList, DateTime, DateTime, String)

Updated: April 16, 2012

Returns all ManagementPackInfo objects that correspond to the specified parameters. Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As DataWarehouse Dim managementGroups As IList(Of Guid) Dim from As DateTime Dim to As DateTime Dim languageCode As String Dim returnValue As ReadOnlyCollection(Of ManagementPackInfo) returnValue = instance.GetManagementPacks(managementGroups, from, to, languageCode)Public Function GetManagementPacks ( _ managementGroups As IList(Of Guid), _ from As DateTime, _ to As DateTime, _ languageCode As String _ ) As ReadOnlyCollection(Of ManagementPackInfo)public ReadOnlyCollection<ManagementPackInfo> GetManagementPacks ( IList<Guid> managementGroups, DateTime from, DateTime to, string languageCode )public: ReadOnlyCollection<ManagementPackInfo^>^ GetManagementPacks ( IList<Guid>^ managementGroups, DateTime from, DateTime to, String^ languageCode )public ReadOnlyCollection<ManagementPackInfo> GetManagementPacks ( IList<Guid> managementGroups, DateTime from, DateTime to, String languageCode )public function GetManagementPacks ( managementGroups : IList<Guid>, from : DateTime, to : DateTime, languageCode : String ) : ReadOnlyCollection<ManagementPackInfo>ParametersmanagementGroupsThe list of Guid objects that represent the ManagementGroup objects from which to get management pack information.fromThe date and time to start the results.toThe date and time to end the results.languageCodeThe language code for the language in which the information is returned.Return ValueReturns a ReadOnlyCollection object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms