Share via


DataWarehouse.GetPerformanceRules Method (IList<Guid>, String)

 

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

  • languageCode
    Type: System.String

    The 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