Developing a Custom Data Flow Component
SQL Server 2012
The data flow task consists of components that connect to a variety of data sources and then transform and route that data at high speed. Microsoft SQL Server Integration Services provides an extensible object model that lets developers create custom sources, transformations, and destinations that you can use in SQL Server Data Tools (SSDT) and in deployed packages. This section contains topics that will guide you in developing custom data flow components.
Information Common to All Custom Objects
For information that is common to all the type of custom objects that you can create in Integration Services, see the following topics:
Information about Other Custom Objects
For information on the other types of custom objects that you can create in Integration Services, see the following topics: