Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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<PerformanceRuleInfo> GetPerformanceRules(
IList<Guid> monitoringRuleGuids,
string languageCode
)
public:
ReadOnlyCollection<PerformanceRuleInfo^>^ GetPerformanceRules(
IList<Guid>^ monitoringRuleGuids,
String^ languageCode
)
member GetPerformanceRules :
monitoringRuleGuids:IList<Guid> *
languageCode:string -> ReadOnlyCollection<PerformanceRuleInfo>
Public Function GetPerformanceRules (
monitoringRuleGuids As IList(Of Guid),
languageCode As String
) As ReadOnlyCollection(Of PerformanceRuleInfo)
Parameters
monitoringRuleGuids
Type: System.Collections.Generic.IList<Guid>A list of GUIDs for the monitoring rules to get the performance rules from.
languageCode
Type: System.StringThe language code for the language in which the performance rules are returned.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PerformanceRuleInfo>
Returns a ReadOnlyCollection<T> of PerformanceRuleInfo objects.
See Also
GetPerformanceRules Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top