FunctionName Property

DTS Programming

DTS Programming

FunctionName Property

The FunctionName property specifies the function name to call in the Microsoft® ActiveX® script associated with a script task or step.

Applies To
ActiveScriptTask Object Step2 Object
Step Object  
Syntax

object.FunctionName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Function name that is the script entry point for the step or ActiveX Script task

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFunctionName(BSTR *pRetVal);

HRESULT SetFunctionName(BSTR NewValue);

See Also

ActiveXScript Property

ScriptLanguage Property

FunctionEntry Property