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