Share via


DataWarehouse.GetPerformanceRuleInstances(PerformanceRuleInfo) Method

Definition

Returns RuleInstances for PerformanceRules

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetPerformanceRuleInstances(Microsoft::EnterpriseManagement::Warehouse::PerformanceRuleInfo ^ ruleInfo);
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetPerformanceRuleInstances (Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo ruleInfo);
member this.GetPerformanceRuleInstances : Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetPerformanceRuleInstances (ruleInfo As PerformanceRuleInfo) As ReadOnlyCollection(Of String)

Parameters

ruleInfo
PerformanceRuleInfo

The performance rule object to get the instances for.

Returns

Returns a ReadOnlyCollection<T> object of strings that contains the instances of the specified performance rule object.

Applies to