IMetricSetServiceReplaceElement Method (MetricSet, String, String) |
Replace an existing metric set element with the another metric set element, or an underlying
IAnalysisStructure analysis element.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void 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
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - replaceElementUniqueName
- Type: SystemString
The unique name of the element to be replaced. - elementUniqueName
- Type: SystemString
The unique name of the element to be used as replacement.
Exceptions See Also