FormulaMetricSet Constructor (String, String)

Initializes a new instance of the FormulaMetricSet class.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FormulaMetricSet(
	string name,
	string description
)

Parameters

name
Type: SystemString
The name.
description
Type: SystemString
The description.
See Also