DataWarehouse.GetPerformanceRules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
A list of GUIDs for the monitoring rules to get the performance rules from.
Returns
Returns a ReadOnlyCollection<T> of PerformanceRuleInfo objects.