Interface IDataFlowDestination
Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public interface IDataFlowDestination : IDataFlowComponent
Properties
Predecessors
All predecessor that are linked to this component.
Declaration
List<DataFlowComponent> Predecessors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataFlowComponent> |