DataProcessGetAnalysisElementSource Method

Gets the analysis element source, when the source is an element of a constituent IDataElementStructure.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IDataElement GetAnalysisElementSource(
	IAnalysisElement analysisElement
)

Parameters

analysisElement
Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.

Return Value

Type: IDataElement
The data element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is .
Remarks
If the source element is not found, a is returned.
See Also