Chapter 21External Management and WMI Task Implementation
- Managing SSIS in SQL Server 2014
- The Managed Object Model code library
- Using the
Project
class - Using the
Application
andPackage
classes - WMI operations
You can find the wrox.com code downloads for this chapter at www.wrox.com/go/prossis2014 on the Download Code tab.
Throughout this book, you’ve been exposed to different ways to manage the development and administration of SSIS packages using the Visual Studio IDE and SQL Server Management Studio. This chapter expands on those operations by providing an overview of the ways in which you perform these same management and administrative functions programmatically through managed code. You learn how to use the Project
and Parameter
classes that have been added to the Microsoft.SqlServer.Dts.Runtime
class, as well as the Microsoft.SqlServer.Management.IntegrationServices
class also known as the Managed Object Model. You will also learn how to perform legacy package management operations using the managed Application
and Package
classes exposed in the dynamic-linked library Microsoft.SQLServer.ManagedDTS.dll
by the .NET Microsoft.SqlServer.Dts.Runtime
namespace.
The second half of this chapter details the capabilities of the WMI Data Reader Task and the WMI Event Watcher Task. These tasks provide access to system information via the Windows Management Interface model, better known as WMI. Through a query-based ...
Get Professional Microsoft SQL Server 2014 Integration Services 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.