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
- In the Visual C++ development environment, open and run DTSTskPropIcon.dsw.
- On the Build menu, click Build DTSTskPropIcon.dll to build the project.
- In Microsoft SQL Server™ Enterprise Manager, right-click Data Transformation Services, click Properties, and then click Refresh Cache, if caching is active.
- 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