CustomTaskID Property (DTS)

The CustomTaskID property returns the programmatic identifier (ProgID) or class identifier (CLSID) of the CustomTask object implementing class for this task.

Applies To
Task Object  

Syntax

object.CustomTaskID

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

Remarks

This property is used to establish the CLSID used in the call to the CoCreateInstance function.

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCustomTaskID(BSTR *pRetVal);

  


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