Open this page in the API Guide

MetricSetUsage Constructor (MetricSet, String)

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 (25.1.0.1000)
Syntax
public MetricSetUsage(
	MetricSet metricSet,
	string instanceName
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set.
instanceName
Type: System.String
The instance unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is null.
ArgumentExceptioninstanceName is null or Empty.
See Also