IMetricSetServiceReplaceAnalysisStructure Method |
Replaces the analysis structure in the metric set.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 MetricSet
- The metric set.
- structureId Guid
- The ID for the new analysis structure.
- uniqueNamesMap IDictionaryString, 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
MetricSetThe updated metric set.
Exceptions
See Also