IMetricSetServiceRemoveElement Method |
Removes the element from the given metric set and saves it.
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 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
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The MetricSet to add the element to. - uniqueName
- Type: SystemString
The unique name of the element to remove.
Exceptions See Also