IMetricSetServiceReplaceElement(MetricSet, String, String) Method |
Replace an existing metric set element with the another metric set element, or an underlying
IAnalysisStructure analysis element.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ReplaceElement(
MetricSet metricSet,
string replaceElementUniqueName,
string elementUniqueName
)
Sub ReplaceElement (
metricSet As MetricSet,
replaceElementUniqueName As String,
elementUniqueName As String
)
void ReplaceElement(
MetricSet^ metricSet,
String^ replaceElementUniqueName,
String^ elementUniqueName
)
abstract ReplaceElement :
metricSet : MetricSet *
replaceElementUniqueName : string *
elementUniqueName : string -> unit Parameters
- metricSet MetricSet
- The metric set.
- replaceElementUniqueName String
- The unique name of the element to be replaced.
- elementUniqueName String
- The unique name of the element to be used as replacement.
Exceptions
See Also