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 (8.0.2.1001)
Syntaxpublic void RemoveAnalysisElement(
IAnalysisElement analysisElement
)
Public Sub RemoveAnalysisElement (
analysisElement As IAnalysisElement
)
public:
void RemoveAnalysisElement(
IAnalysisElement^ analysisElement
)
member RemoveAnalysisElement :
analysisElement : IAnalysisElement -> unit
Parameters
- analysisElement
- Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | analysisElement is . |
| ArgumentException | The current data cube does not contain the specified analysisElement. |
See Also