TransformGenerateOutputElementSources Method

Generates the list of OutputElementSource, which are used elements for an OutputConnector.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract IList<OutputElementSource> GenerateOutputElementSources()

Return Value

Type: IListOutputElementSource
The list of output element sources.
Exceptions
ExceptionCondition
DataDiscoveryExceptionThe output cannot be discovered.
See Also