CustomTask Property (DTS)

The CustomTask property returns the CustomTask object.

Applies To
Task Object  

Syntax

object.CustomTask [= value]

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

Remarks

All Task objects must implement the CustomTask object interface.

Data Type

CustomTask

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCustomTask(IDTSCustomTask **pRetVal);

  


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