We do not yet have a code sample for this language.
public abstract class Task extends DtsObject implements IDTSManagedTask
A package consists of one or more tasks. These tasks define units of work that are performed as part of copying and transforming data, communicating with other processes, and performing database management functions.
Inherits from DtsObject and IDTSManagedTask.
The following code example is a very simple task implementation for a custom task that inherits from Task.