Share via


DataWarehouse.GetManagementPacks Method (IList, DateTime, DateTime)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns all ManagementPackInfo objects that correspond to the specified parameters.

Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As DataWarehouse
Dim managementGroups As IList(Of Guid)
Dim from As DateTime
Dim to As DateTime
Dim returnValue As ReadOnlyCollection(Of ManagementPackInfo)

returnValue = instance.GetManagementPacks(managementGroups, from, to)

Syntax

'Declaration
Public Function GetManagementPacks ( _
    managementGroups As IList(Of Guid), _
    from As DateTime, _
    to As DateTime _
) As ReadOnlyCollection(Of ManagementPackInfo)
public ReadOnlyCollection<ManagementPackInfo> GetManagementPacks (
    IList<Guid> managementGroups,
    DateTime from,
    DateTime to
)
public:
ReadOnlyCollection<ManagementPackInfo^>^ GetManagementPacks (
    IList<Guid>^ managementGroups, 
    DateTime from, 
    DateTime to
)
public ReadOnlyCollection<ManagementPackInfo> GetManagementPacks (
    IList<Guid> managementGroups, 
    DateTime from, 
    DateTime to
)
public function GetManagementPacks (
    managementGroups : IList<Guid>, 
    from : DateTime, 
    to : DateTime
) : ReadOnlyCollection<ManagementPackInfo>

Parameters

  • managementGroups
    The list of Guid objects that represent the ManagementGroup objects from which to get management pack information.
  • from
    The date and time to start the results.
  • to
    The date and time to end the results.

Return Value

Returns a ReadOnlyCollection object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DataWarehouse Class
DataWarehouse Members
Microsoft.EnterpriseManagement.Warehouse Namespace