The ScriptingLanguageInfo object provides information about a Microsoft® ActiveX® scripting language that is registered on the computer system.
Access the ScriptingLanguageInfo objects by creating the Data Transformation Services (DTS) Application object and iterating through the ScriptingLanguageInfos collection.
Typically, the available scripting languages will include the following.
Scripting Language | Name | Description |
---|---|---|
Microsoft JScript® | JScript | JScript Language |
PerlScript | PerlScript | PerlScript Language |
Microsoft Visual Basic® Scripting Edition (VBScript) | VBScript | VBScript Language |
Extensible Markup Language | XML | XML Script Engine |
The values in the Name and Description columns are the values that are returned by the Name and Description properties of the ScriptingLanguageInfo object. Use a value from the Name property to set the Language or ScriptLanguage property of scripting objects.
Note Encoding versions of scripting languages, which may be installed on a computer system to support scripts embedded in Web pages, are not appropriate for use with DTS.
Retrieving DTS System, Package and Log Data