MetricSet Constructor

Initializes a new instance of the MetricSet class.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public MetricSet(
	IAnalysisStructure analysisStructure
)

Parameters

analysisStructure
Type: Dundas.BI.Data.MetadataIAnalysisStructure
The analysis structure used by the metric set.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisStructure is .
See Also