DataProcessGetAnalysisElementFromSource Method |
Gets the analysis element that is generated from the source element.
Namespace: Dundas.BI.Data.TransformsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Guid
- The source structure ID.
- sourceElement String
- The source element name.
Return Value
IAnalysisElementThe analysis element.
Exceptions
RemarksWhen the target analysis element cannot be determined, a is returned.
See Also