© Andy Leonard 2021
A. LeonardBuilding Custom Tasks for SQL Server Integration Serviceshttps://doi.org/10.1007/978-1-4842-6482-9_3

3. Creating the Assembly Project

Andy Leonard1  
(1)
Farmville, VA, USA
 

If you followed the previous chapter and set up Azure DevOps or some other source control for your project, good! If not, you may add the assembly we build in this section to source control later, but if you plan to use Git, you may regret skipping the previous chapter.

Creating a custom SSIS task begins with creating a .Net assembly. We engage in practices that differ from many .Net development projects because we are creating a control that will be used in other Visual Studio projects, specifically, SSIS projects.

In this chapter, we take steps to ...

Get Building Custom Tasks for SQL Server Integration Services: The Power of .NET for ETL for SQL Server 2019 and Beyond now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.