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
)
Public Function GetAnalysisElementFromSource (
sourceStructureId As Guid,
sourceElement As String
) As IAnalysisElement
public:
IAnalysisElement^ GetAnalysisElementFromSource(
Guid sourceStructureId,
String^ sourceElement
)
member GetAnalysisElementFromSource :
sourceStructureId : Guid *
sourceElement : string -> IAnalysisElement
Parameters
- sourceStructureId
- Type: SystemGuid
The source structure ID. - sourceElement
- Type: SystemString
The source element name.
Return Value
Type:
IAnalysisElementThe analysis element.
Exceptions Remarks When the target analysis element cannot be determined, a is returned.
See Also