MetricSetUsage Constructor (MetricSet, String, IEnumerableParameterValue)

Initializes a new instance of the MetricSetUsage class.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public MetricSetUsage(
	MetricSet metricSet,
	string instanceName,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
instanceName
Type: SystemString
The instance unique name.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet or parameterValues is .
ArgumentExceptioninstanceName is or Empty.
See Also