Interface IDataFlowSource
Shared properties of all source components
Inherited Members
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
Type | Description |
---|---|
ErrorSource |
Successors
All successors that this component is linked to.
Declaration
List<DataFlowComponent> Successors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><DataFlowComponent> |