The ActiveXScript property specifies a Microsoft® ActiveX® script text string for an object to execute.
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 |
String
Read/write
HRESULT GetActiveXScript(BSTR *pRetVal);
HRESULT SetActiveXScript(BSTR NewValue);
ActiveX scripts also are used by the DTSTransformScriptProperties2 and DataPumpTransformScript objects.