IMetricSetServiceRemoveElement Method |
Removes the element from the given metric set and saves it.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid RemoveElement(
MetricSet metricSet,
string uniqueName
)
Sub RemoveElement (
metricSet As MetricSet,
uniqueName As String
)
void RemoveElement(
MetricSet^ metricSet,
String^ uniqueName
)
abstract RemoveElement :
metricSet : MetricSet *
uniqueName : string -> unit Parameters
- metricSet MetricSet
- The MetricSet to add the element to.
- uniqueName String
- The unique name of the element to remove.
Exceptions
See Also