ActiveXScript Property (DTS)

The ActiveXScript property specifies a Microsoft® ActiveX® script for an object to execute.

Applies To
ActiveScriptTask Object Step Object

Syntax

object.ActiveXScript [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value ActiveX script for an object to execute

Remarks

ActiveX scripts are also used by an ActiveX transformation of a DataPumpTask or DataDrivenQueryTask object.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetActiveXScript(BSTR *pRetVal);

HRESULT SetActiveXScript(BSTR NewValue);

See Also
FunctionName Property ScriptLanguage Property

  


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