CustomTaskWithUI

DTS Programming

DTS Programming

CustomTaskWithUI

This sample is an Active Template Library (ATL) template for a Data Transformation Services (DTS) custom task that supports a custom user interface.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\ATLTemplates\CustomTaskWithUI

Running the Sample

To install this ATL template, do the following:

  1. Copy all the files in the C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\ATLTemplates\CustomTaskWithUI\ directory except DTSCuTskUI.reg to the ATL template directory.

    The default location for this directory is C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Template\ATL\.

  2. Run DTSCuTskUI.reg.

For more information about how to implement a custom task framework using this template, see Building a Custom Task with User Interface from the ATL Custom Task Templates.

See Also

Implementing and Testing a DTS Custom Task

DTS Programming Samples