This section describes using the Active Template Library (ATL) facility of Microsoft® Visual C++® to implement Data Transformation Services (DTS) custom tasks.
Topic | Description |
---|---|
Building a DTS Custom Task from a Standard ATL Template | Describes how to create a framework for a custom task from a standard ATL template. |
Building a DTS Custom Task from the ATL Custom Task Basic Template | Describes how to create a custom task framework from the basic ATL custom task template supplied with Microsoft SQL Server™ 2000. |
Adding a User Interface to the Custom Task Framework | Describes how to create a framework that supports a user interface from the basic ATL custom task template. |
Building a DTS Custom Task with User Interface from the ATL Custom Task Templates | Describes how to create a custom task that supports a user interface from the ATL custom task templates that have been enabled for a user interface. |
Implementing and Testing a DTS Custom Task | Describes how to implement and test a custom task framework and explains how to use the Visual C++ debugger. |