Interface IDataFlowSource

Shared properties of all source components

Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public interface IDataFlowSource : IDataFlowComponent

Properties

ErrorSource

The ErrorSource is the source block used for sending errors into the linked error flow.

Declaration
    ErrorSource ErrorSource { get; set; }
Property Value
TypeDescription
ErrorSource

Successors

All successors that this component is linked to.

Declaration
    List<DataFlowComponent> Successors { get; }
Property Value
TypeDescription
System.Collections.Generic.List<T><DataFlowComponent>