ActiveXScript Property

DTS Programming

DTS Programming

ActiveXScript Property

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

Applies To
ActiveScriptTask Object Step2 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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetActiveXScript(BSTR *pRetVal);

HRESULT SetActiveXScript(BSTR NewValue);

Remarks

ActiveX scripts also are used by the DTSTransformScriptProperties2 and DataPumpTransformScript objects.

See Also

FunctionName Property

ScriptLanguage Property