DataWarehouse.SearchMonitoringClasses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for MonitoringObjectInfo objects.
Overloads
| SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32) |
Returns MonitoringClassInfo By Searching Criteria |
| SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32, String) |
Returns MonitoringClassInfo By Searching Criteria |
SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32)
Returns MonitoringClassInfo By Searching Criteria
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringClassInfo ^> ^ SearchMonitoringClasses(System::Collections::Generic::IList<Guid> ^ managementGroups, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringClassInfo> SearchMonitoringClasses (System.Collections.Generic.IList<Guid> managementGroups, string searchCriteria, DateTime from, DateTime to, int maxItems);
member this.SearchMonitoringClasses : System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringClassInfo>
Public Function SearchMonitoringClasses (managementGroups As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer) As ReadOnlyCollection(Of MonitoringClassInfo)
Parameters
The list of Guid objects that represent the ManagementGroup objects 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.
Returns
Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.
Applies to
SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32, String)
Returns MonitoringClassInfo By Searching Criteria
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringClassInfo ^> ^ SearchMonitoringClasses(System::Collections::Generic::IList<Guid> ^ managementGroups, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringClassInfo> SearchMonitoringClasses (System.Collections.Generic.IList<Guid> managementGroups, string searchCriteria, DateTime from, DateTime to, int maxItems, string languageCode);
member this.SearchMonitoringClasses : System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringClassInfo>
Public Function SearchMonitoringClasses (managementGroups As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer, languageCode As String) As ReadOnlyCollection(Of MonitoringClassInfo)
Parameters
The list of Guid objects that represent the ManagementGroup objects 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.