DTS Custom Task Examples in Visual C++

DTS Programming

DTS Programming

DTS Custom Task Examples in Visual C++

This section provides examples of Data Transformation Services (DTS) custom tasks implemented in Microsoft® Visual C++®.

Example Description
DTS Example: Adding Properties and Icons in Visual C++ Displays a message when executed. The text of the message is specified with a custom property. For more information about a similar task implemented in Microsoft Visual Basic®, see DTS Example: Adding Properties and Icons in Visual Basic
DTS Example: Including a User Interface in Visual C++ Displays the value of a global variable and allows user to update the value. The global variable name and task description are specified through properties using a custom user interface. For more information about a similar task implemented in Visual Basic, see DTS Example: Including a User Interface in Visual Basic.