July 2017
Beginner to intermediate
117 pages
2h 12m
English
© Andy Leonard 2017
Andy Leonard, Building Custom Tasks for SQL Server Integration Services, 10.1007/978-1-4842-2940-8_5
Andy Leonard1
(1)Farmville, Virginia, USA
We’ve worked through several chapters in preparation for this chapter, but we are finally ready to begin coding the custom task in earnest. We start by adding references to the project, decorating the class, inheriting from a base class, and adding a property.
Open the Visual Studio solution ExecuteCatalogPackageTask. In Solution Explorer open the class ExecuteCatalogPackageTask.vb. At the very top of the class, add the following line:
Imports Microsoft.SqlServer.Dts.RuntimeYour class now appears as shown in Figure 5-1.