DataCubeRemoveAnalysisElement Method

Removes the analysis element from the current instance definition.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void RemoveAnalysisElement(
	IAnalysisElement analysisElement
)

Parameters

analysisElement  IAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is .
ArgumentExceptionThe current data cube does not contain the specified analysisElement.
See Also