Mastering SQL Server 2017
by Milos Radivojevic, Dejan Sarka, William Durkin, Christian Cote, Matija Lah
How it works...
To create a custom data flow component, you need to create a class that derives from the Microsoft.SqlServer.Dts.Pipeline.PipelineComponent base class, which provides the functionalities needed to configure the component at design time and perform the operations at run time. By implementing the DtsPipelineComponent attribute, you allow the class to be recognized as an SSIS component by SSDT at design time and by the SSIS execution engine at run time.
By overriding the ProvideComponentProperties() base class method, you established the essential elements of the component: the input, the output, and in it the output column to hold the result of the transformation. You defined the custom properties (two for the component and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access