CustomTaskNoUI

DTS Programming

DTS Programming

CustomTaskNoUI

This sample is an Active Template Library (ATL) template for a Data Transformation Services (DTS) custom task that does not support a custom user interface, but instead uses the default property grid in DTS Designer.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Samples\Dts\ATLTemplates\CustomTaskNoUI

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\CustomTaskNoUI\ directory except DTSCuTsk.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 DTSCuTsk.reg.

For more information about how to implement a custom task framework using this template, see Building a Custom Task from the ATL Custom Task Basic Template.

See Also

Implementing and Testing a DTS Custom Task

DTS Programming Samples