Share via


DataWarehouse.GetManagementPacks Method (IList<Guid>, DateTime, DateTime, String)

 

Applies To: Operations Manager for System Center 2012

Returns all ManagementPackInfo objects that correspond to the specified parameters.

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

Syntax

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
)
member GetManagementPacks : 
        managementGroups:IList<Guid> *
        from:DateTime *
        to:DateTime *
        languageCode:string -> ReadOnlyCollection<ManagementPackInfo>
Public Function GetManagementPacks (
    managementGroups As IList(Of Guid),
    from As Date,
    to As Date,
    languageCode As String
) As ReadOnlyCollection(Of ManagementPackInfo)

Parameters

  • languageCode
    Type: System.String

    The language code for the language in which the information is returned.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPackInfo>

Returns a ReadOnlyCollection<T> object.

See Also

GetManagementPacks Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top