Sample code for running the program that allows you to create a custom task is located in the \Devtools\Samples\Dts\Dtstask directory on the Microsoft SQL Server™ version 7.0 compact disc.
Dtstask creates and registers a simple CreateProcessTask COM object. The object is then enumerated in the Tasks section of the DTS Designer tool palette, and can be manipulated on the DTS Designer workspace.
Use these files:
Dtstask.aps | Dtstask.rc |
Dtstask.clw | Dtstask.tlb |
Dtstask.cpp | Proctask.ico |
Dtstask.def | Resource.h |
Dtstask.dsp | Stdafx.cpp |
Dtstask.dsw | Stdafx.h |
Dtstask.idl | Task.cpp |
Dtstask.ncb | Task.h |
Dtstask.opt | Task.rgs |
Dtstask.plg |