FormulaMetricSet Constructor (String, String) |
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic FormulaMetricSet(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
public:
FormulaMetricSet(
String^ name,
String^ description
)
new :
name : string *
description : string -> FormulaMetricSetParameters
- name
- Type: SystemString
The name. - description
- Type: SystemString
The description.
See Also