Language Property (DTS)

The Language property specifies the Microsoft® ActiveX® Scripting language to use.

Applies To
DataPumpTransformationScript Object  

Syntax

object.Language [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Scripting language being used

Remarks

Valid script languages include Microsoft Visual Basic® Scripting Edition, Microsoft JScript®, and PerlScript.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLanguage(*pRetVal);

HRESULT SetLanguage(NewValue);

  


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