The initialization and user interface for a data flow is defined by implementing properties on the script EntryPoint class. The documentation and samples of Script Task Plus for defining parameters is relevant to the Data Flow Task Plus initialization setup, so we will not repeat it here. Here you will find a description of the DataFlowSetting .NET attribute, used to apply values to specific data flow component parameters.


1 2 3 4 | Imports System.DrawingImports CozyRoc.SqlServer.SSIS.AttributesPublic Class ScriptMain |