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
)
Public Sub New (
analysisStructure As IAnalysisStructure
)
public:
MetricSet(
IAnalysisStructure^ analysisStructure
)
new :
analysisStructure : IAnalysisStructure -> MetricSet
Parameters
- analysisStructure
- Type: Dundas.BI.Data.MetadataIAnalysisStructure
The analysis structure used by the metric set.
Exceptions See Also