The ScriptLanguage property specifies the Microsoft® ActiveX® script language needed to execute a script (for example, Microsoft Visual Basic® Scripting Edition (VBScript), Microsoft JScript®, or PerlScript).
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 |
String
Read/write
HRESULT GetScriptLanguage(BSTR *pRetVal);
HRESULT SetScriptLanguage(BSTR NewValue);
The default is VBScript.
Script languages available on a particular system can be determined by enumerating the ScriptingLanguageInfos collection of the Application object. For more information about which scripting language to use with Data Transformation Services (DTS), see ScriptingLanguageInfo Object.