FunctionName Property (DTS)

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

Applies To
ActiveScriptTask Object Step Object

Syntax

object.FunctionName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Function name to call

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFunctionName(BSTR *pRetVal);

HRESULT SetFunctionName(BSTR NewValue);

See Also
ActiveXScript Property ScriptLanguage Property

  


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