Text Property (DTS)

The Text property specifies or returns the text of a Microsoft® ActiveX® script.

Applies To
DataPumpTransformationScript Object  

Syntax

object.Text [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value ActiveX Script text

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetText(*pRetVal);

HRESULT SetText(NewValue);

  


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