DataWarehouse.GetPerformanceRules Method (IList, String)

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 monitoringRuleGuids As IList(Of Guid) Dim languageCode As String Dim returnValue As ReadOnlyCollection(Of PerformanceRuleInfo) returnValue = instance.GetPerformanceRules(monitoringRuleGuids, languageCode)Public Function GetPerformanceRules ( _ monitoringRuleGuids As IList(Of Guid), _ languageCode As String _ ) As ReadOnlyCollection(Of PerformanceRuleInfo)public ReadOnlyCollection<PerformanceRuleInfo> GetPerformanceRules ( IList<Guid> monitoringRuleGuids, string languageCode )public: ReadOnlyCollection<PerformanceRuleInfo^>^ GetPerformanceRules ( IList<Guid>^ monitoringRuleGuids, String^ languageCode )public ReadOnlyCollection<PerformanceRuleInfo> GetPerformanceRules ( IList<Guid> monitoringRuleGuids, String languageCode )public function GetPerformanceRules ( monitoringRuleGuids : IList<Guid>, languageCode : String ) : ReadOnlyCollection<PerformanceRuleInfo>ParametersmonitoringRuleGuidsA list of GUIDs for the monitoring rules to get the performance rules from.languageCodeThe language code for the language in which the performance rules are returned.Return ValueReturns a ReadOnlyCollection 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