DataProcessGetAnalysisElementFromSource Method

Gets the analysis element that is generated from the source element.

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 IAnalysisElement GetAnalysisElementFromSource(
	Guid sourceStructureId,
	string sourceElement
)

Parameters

sourceStructureId
Type: SystemGuid
The source structure ID.
sourceElement
Type: SystemString
The source element name.

Return Value

Type: IAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentExceptionsourceStructureId is Empty or sourceElement is empty or .
Remarks
When the target analysis element cannot be determined, a is returned.
See Also