Share via


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

 

Applies To: Operations Manager for System Center 2012

This method is for internal use only and is not intended for use in your code.

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

Syntax

public ReadOnlyCollection<MonitoringObjectInfo> SearchMonitoringObjects(
    IList<Guid> managementGroups,
    IList<Guid> monitoringClasses,
    string searchCriteria,
    DateTime from,
    DateTime to,
    int maxItems,
    string languageCode
)
public:
ReadOnlyCollection<MonitoringObjectInfo^>^ SearchMonitoringObjects(
    IList<Guid>^ managementGroups,
    IList<Guid>^ monitoringClasses,
    String^ searchCriteria,
    DateTime from,
    DateTime to,
    int maxItems,
    String^ languageCode
)
member SearchMonitoringObjects : 
        managementGroups:IList<Guid> *
        monitoringClasses:IList<Guid> *
        searchCriteria:string *
        from:DateTime *
        to:DateTime *
        maxItems:int *
        languageCode:string -> ReadOnlyCollection<MonitoringObjectInfo>
Public Function SearchMonitoringObjects (
    managementGroups As IList(Of Guid),
    monitoringClasses As IList(Of Guid),
    searchCriteria As String,
    from As Date,
    to As Date,
    maxItems As Integer,
    languageCode As String
) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

  • from
    Type: System.DateTime

    The date and time to start the search results.

  • maxItems
    Type: System.Int32

    The maximum items to return in the search results.

  • languageCode
    Type: System.String

    The language code for the language in which the search results are returned.

Return Value

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

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

See Also

SearchMonitoringObjects Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top