DataInputTransformGenerateOutputElementSources 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 (10.0.0.1002)
Syntax
public override IList<OutputElementSource> GenerateOutputElementSources()

Return Value

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