Programming DTS Applications

DTS Programming

DTS Programming

Programming DTS Applications

The Data Transformation Services (DTS) object model includes the objects and collections, as well as their associated properties, methods and events, that are used to write applications that manipulate the DTS object model.

Although any programming language that supports COM can be used to implement DTS applications, this section focuses on implementing DTS applications in Microsoft® Visual Basic® and Microsoft Visual C++®.

Topic Description
DTS Object Model Diagram Provides a diagram of the hierarchy of DTS objects and collections and offers an explanation of extended objects.
Creating DTS Packages with the DTS Object Model Describes how to implement DTS package applications not specific to a particular programming environment.
Creating DTS Packages in Visual Basic Describes how to implement DTS package applications in Visual Basic.
Building a DTS Custom Task Describes how to implement and register a DTS custom task.
Building a DTS Custom Transformation Describes how to implement and register a DTS custom transformation.

See Also

Creating a DTS Package

DTS Basics

DTS Programming Reference