CustomTask Object (DTS)

All tasks must implement the CustomTask object interface. This allows programmers to create their own customized tasks, which can be controlled by the DTS package.

Dtspkg.dll and Dtspkg.h are COM automation objects with a dual interface that support Visual Basic and C++. To create a CustomTask object, you must create a COM object that supports the CustomTask object (Visual Basic) or the IDTSCustomTask interface (C++).

After inheriting from the CustomTask object, a program must support the:

To implement a user interface, the program must also support the DTSCustomTaskUI object.

Methods
Execute Method  

Properties
Description Property Name Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.