TaskName Property (DTS)

The TaskName property specifies the name of the task to execute.

Applies To
Step Object  

Syntax

object.TaskName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of the task to execute

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTaskName(BSTR *pRetVal);

HRESULT SetTaskName(BSTR NewValue);

  


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