FormulaMetricSet Constructor (String, String, String, IEnumerableMetricSetUsage) |
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,
string statement,
IEnumerable<MetricSetUsage> dependencies
)
Public Sub New (
name As String,
description As String,
statement As String,
dependencies As IEnumerable(Of MetricSetUsage)
)
public:
FormulaMetricSet(
String^ name,
String^ description,
String^ statement,
IEnumerable<MetricSetUsage^>^ dependencies
)
new :
name : string *
description : string *
statement : string *
dependencies : IEnumerable<MetricSetUsage> -> FormulaMetricSetParameters
- name
- Type: SystemString
The name. - description
- Type: SystemString
The description. - statement
- Type: SystemString
The statement. - dependencies
- Type: System.Collections.GenericIEnumerableMetricSetUsage
The dependencies.
Exceptions
See Also