Share via


DataWarehouse.SearchMonitoringObjects Method

Definition

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

Overloads

SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Searches for MonitoringObjects with given criteria

SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Searches for MonitoringObjects with given criteria

SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Searches for MonitoringObjects with given criteria

SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Searches for MonitoringObjects with given criteria and contained classes

SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Searches for MonitoringObjects with given criteria

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ SearchMonitoringObjects(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ monitoringClasses, System::Collections::Generic::IList<Guid> ^ monitoringContainedClasses, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> SearchMonitoringObjects (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> monitoringClasses, System.Collections.Generic.IList<Guid> monitoringContainedClasses, string searchCriteria, DateTime from, DateTime to, int maxItems, string languageCode);
member this.SearchMonitoringObjects : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function SearchMonitoringObjects (managementGroups As IList(Of Guid), monitoringClasses As IList(Of Guid), monitoringContainedClasses As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer, languageCode As String) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

managementGroups
IList<Guid>

The list of Guid objects that represent the ManagementGroup objects to search.

monitoringClasses
IList<Guid>

The GUIDs for the monitoring classes to search.

monitoringContainedClasses
IList<Guid>

The GUIDs for the contained monitoring classes to search.

searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum number of search results to return.

languageCode
String

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

Returns

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

Applies to

SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Searches for MonitoringObjects with given criteria

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ SearchMonitoringObjects(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ monitoringClasses, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> SearchMonitoringObjects (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> monitoringClasses, string searchCriteria, DateTime from, DateTime to, int maxItems, string languageCode);
member this.SearchMonitoringObjects : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function SearchMonitoringObjects (managementGroups As IList(Of Guid), monitoringClasses As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer, languageCode As String) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

monitoringClasses
IList<Guid>

The GUIDs for the management classes to search.

searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum items to return in the search results.

languageCode
String

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

Returns

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

Applies to

SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Searches for MonitoringObjects with given criteria

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ SearchMonitoringObjects(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ monitoringClasses, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> SearchMonitoringObjects (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> monitoringClasses, string searchCriteria, DateTime from, DateTime to, int maxItems);
member this.SearchMonitoringObjects : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function SearchMonitoringObjects (managementGroups As IList(Of Guid), monitoringClasses As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

monitoringClasses
IList<Guid>

The GUIDs for the management classes to search.

searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum items to return in the search results.

Returns

Returns a ReadOnlyCollection<T> object.

Applies to

SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Searches for MonitoringObjects with given criteria and contained classes

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ SearchMonitoringObjects(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ monitoringClasses, System::Collections::Generic::IList<Guid> ^ monitoringContainedClasses, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> SearchMonitoringObjects (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> monitoringClasses, System.Collections.Generic.IList<Guid> monitoringContainedClasses, string searchCriteria, DateTime from, DateTime to, int maxItems);
member this.SearchMonitoringObjects : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function SearchMonitoringObjects (managementGroups As IList(Of Guid), monitoringClasses As IList(Of Guid), monitoringContainedClasses As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

managementGroups
IList<Guid>

The list of Guid objects that represent the ManagementGroup objects to search.

monitoringClasses
IList<Guid>

The GUIDs for the monitoring classes to search.

monitoringContainedClasses
IList<Guid>
searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum number of search results to return.

Returns

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

Applies to