ScriptLanguage Property (DTS)

The ScriptLanguage property specifies the Microsoft® ActiveX® script language needed to execute a script (for example, Microsoft® Visual Basic® Scripting Edition, Microsoft JScript®, or PerlScript).

Applies To
ActiveScriptTask Object Step Object

Syntax

object.ScriptLanguage [= value]

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

Remarks

The default is VBScript.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetScriptLanguage(BSTR *pRetVal);

HRESULT SetScriptLanguage(BSTR NewValue);

See Also
ActiveXScript Property FunctionName Property

  


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