Share via


DataWarehouse.GetPerformanceRules Method

Definition

This method is for internal use only and is not intended for use in your code.

Overloads

GetPerformanceRules(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

GetPerformanceRules(IList<Guid>)

Returns MonitoringObjectInfo from Guids

GetPerformanceRules(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::PerformanceRuleInfo ^> ^ GetPerformanceRules(System::Collections::Generic::IList<Guid> ^ monitoringRuleGuids, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo> GetPerformanceRules (System.Collections.Generic.IList<Guid> monitoringRuleGuids, string languageCode);
member this.GetPerformanceRules : System.Collections.Generic.IList<Guid> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo>
Public Function GetPerformanceRules (monitoringRuleGuids As IList(Of Guid), languageCode As String) As ReadOnlyCollection(Of PerformanceRuleInfo)

Parameters

monitoringRuleGuids
IList<Guid>

A list of GUIDs for the monitoring rules to get the performance rules from.

languageCode
String

The language code for the language in which the performance rules are returned.

Returns

Returns a ReadOnlyCollection<T> of PerformanceRuleInfo objects.

Applies to

GetPerformanceRules(IList<Guid>)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::PerformanceRuleInfo ^> ^ GetPerformanceRules(System::Collections::Generic::IList<Guid> ^ monitoringRuleGuids);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo> GetPerformanceRules (System.Collections.Generic.IList<Guid> monitoringRuleGuids);
member this.GetPerformanceRules : System.Collections.Generic.IList<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo>
Public Function GetPerformanceRules (monitoringRuleGuids As IList(Of Guid)) As ReadOnlyCollection(Of PerformanceRuleInfo)

Parameters

monitoringRuleGuids
IList<Guid>

A list of GUIDs for the monitoring rules to get the performance rules from.

Returns

Returns a ReadOnlyCollection<T> of PerformanceRuleInfo objects.

Applies to