MetricSetRemoveAnalysisElement Method

Removes the specified usage 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
public void RemoveAnalysisElement(
	AnalysisElementUsage elementUsage
)

Parameters

elementUsage
Type: Dundas.BI.Entities.MetricSetsAnalysisElementUsage
The usage element.
Exceptions
ExceptionCondition
ArgumentNullExceptionelementUsage is .
ArgumentExceptionelementUsage does not belong to the current instance.
See Also