MetricSetUsage Constructor (MetricSet, String, RequestOverrides, 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,
	RequestOverrides queryOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
instanceName
Type: SystemString
The instance unique name.
queryOverrides
Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The overrides.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet, queryOverrides or parameterValues is .
ArgumentException

instanceName is or Empty

or

queryOverrides is not defined for the current metricSet.

See Also