DataWarehouse.SearchPerformanceRules Method (IList, IList, String, DateTime, DateTime, Int32)

Updated: April 16, 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)Dim instance As DataWarehouse Dim managementGroups As IList(Of Guid) Dim managementPacks As IList(Of Guid) Dim nameSearchCriteria As String Dim from As DateTime Dim to As DateTime Dim maxItems As Integer Dim returnValue As ReadOnlyCollection(Of PerformanceRuleInfo) returnValue = instance.SearchPerformanceRules(managementGroups, managementPacks, nameSearchCriteria, from, to, maxItems)Public Function SearchPerformanceRules ( _ managementGroups As IList(Of Guid), _ managementPacks As IList(Of Guid), _ nameSearchCriteria As String, _ from As DateTime, _ to As DateTime, _ maxItems As Integer _ ) As ReadOnlyCollection(Of PerformanceRuleInfo)public ReadOnlyCollection<PerformanceRuleInfo> SearchPerformanceRules ( IList<Guid> managementGroups, IList<Guid> managementPacks, string nameSearchCriteria, DateTime from, DateTime to, int maxItems )public: ReadOnlyCollection<PerformanceRuleInfo^>^ SearchPerformanceRules ( IList<Guid>^ managementGroups, IList<Guid>^ managementPacks, String^ nameSearchCriteria, DateTime from, DateTime to, int maxItems )public ReadOnlyCollection<PerformanceRuleInfo> SearchPerformanceRules ( IList<Guid> managementGroups, IList<Guid> managementPacks, String nameSearchCriteria, DateTime from, DateTime to, int maxItems )public function SearchPerformanceRules ( managementGroups : IList<Guid>, managementPacks : IList<Guid>, nameSearchCriteria : String, from : DateTime, to : DateTime, maxItems : int ) : ReadOnlyCollection<PerformanceRuleInfo>ParametersmanagementGroupsThe GUIDs for the ManagementGroup objects to search.managementPacksThe GUIDs for the ManagementPack objects to search.nameSearchCriteriaThe search query criteria.fromThe date and time to start the search results.toThe date and time to end the search results.maxItemsThe maximum items to return in the search results.Return ValueReturns a ReadOnlyCollection object of PerformanceRuleInfo objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms