TaskInfo Object

DTS Programming

DTS Programming

TaskInfo Object

The TaskInfo object provides information about a Data Transformation Services (DTS) task class that is registered on the computer system.

Properties
ClassID Property ImplementationFileVersionString Property
Description Property Name Property
IconFile Property Parent Property
IconIndex Property Properties Collection
ImplementationFileName Property  
Remarks

The registered task classes include those provided with Microsoft® SQL Server™ 2000 and custom tasks provided by other vendors and implemented by users.

Access the TaskInfo objects by creating the DTS Application object and iterating through the TaskInfos collection.

See Also

Application Object

Retrieving DTS System, Package and Log Data

TaskInfos Collection