CustomTaskID Property

DTS Programming

DTS Programming

CustomTaskID Property

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

Applies To
Task Object
Syntax

object.CustomTaskID

Part Description
object Expression that evaluates to a Task object

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCustomTaskID(BSTR *pRetVal);

Remarks

This property returns the ProgID or CLSID used in the call to the New method or CoCreateInstance function that created the Task object.

See Also

New (ID) Method