DTSTskPropIcon

DTS Programming

DTS Programming

DTSTskPropIcon

This Microsoft® Visual C++® sample is a simple Data Transformation Services (DTS) custom task. It displays a message whose text is specified as a custom task property.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\CustomTasks\DTSTskPropIcon

Running the Sample
  1. In the Visual C++ development environment, open and run DTSTskPropIcon.dsw.

  2. On the Build menu, click Build DTSTskPropIcon.dll to build the project.

  3. In Microsoft SQL Server™ Enterprise Manager, right-click Data Transformation Services, click Properties, and then click Refresh Cache, if caching is active.

  4. Include the custom task in a DTS package.

For more information about how this example is implemented, see DTS Example: Adding Properties and Icons in Visual C++.

See Also

Implementing and Testing a DTS Custom Task

DTS Programming Samples