IMetricSetServiceReplaceAnalysisStructure Method  | 
 
            Replaces the analysis structure in the metric set.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxMetricSet ReplaceAnalysisStructure(
	MetricSet metricSet,
	Guid structureId,
	IDictionary<string, string> uniqueNamesMap
)
Function ReplaceAnalysisStructure ( 
	metricSet As MetricSet,
	structureId As Guid,
	uniqueNamesMap As IDictionary(Of String, String)
) As MetricSet
MetricSet^ ReplaceAnalysisStructure(
	MetricSet^ metricSet, 
	Guid structureId, 
	IDictionary<String^, String^>^ uniqueNamesMap
)
abstract ReplaceAnalysisStructure : 
        metricSet : MetricSet * 
        structureId : Guid * 
        uniqueNamesMap : IDictionary<string, string> -> MetricSet 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - structureId
 - Type: SystemGuid
The ID for the new analysis structure. - uniqueNamesMap
 - Type: System.Collections.GenericIDictionaryString, String
The unique names map.
            Provide map between unique names of replaced analysis element in source analysis structure and replacing analysis element in target analysis structure. 
Return Value
Type: 
MetricSetThe updated metric set.
Exceptions
See Also