The Initialize method of the CustomTaskUI interface must be supplied by the implementer of a Data Transformation Services (DTS) custom task that has a user interface. It is called by DTS whenever the custom task is opened in the design environment.
Sub CustomTaskUI_Initialize(ByVal pTask As Task )
Part | Description |
---|---|
pTask | Task object for the custom task |
Typically, the Initialize method provides initial values for user interface elements.
HRESULT Initialize(IDTSTask *pTask);