DTSTskGVUpdate

DTS Programming

DTS Programming

DTSTskGVUpdate

This Microsoft® Visual C++® sample is a Data Transformation Services (DTS) custom task with a user interface. It displays and allows the user to update the value of a global variable. The global variable name is specified as a custom task property.

Default Location

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

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

  2. On the Build menu, click Build DTSTskGVUpdate.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: Including a User Interface in Visual C++.

See Also

Implementing and Testing a DTS Custom Task

DTS Programming Samples