Initialize Method (DTS)

The Initialize method initializes the CustomTaskUI object with required information.

Applies To
CustomTaskUI Object  

Syntax

object.Initialize(pTask)

Part Description
object Expression that evaluates to an object in the Applies To list
value Task object

Remarks

The Task object is associated with the custom task that is passed into Custom Task UI object.

Prototype (C/C++)

HRESULT Initialize(IDTSTask *pTask);

  


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