Text Property

DTS Programming

DTS Programming

Text Property

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

Applies To
DataPumpTransformScript Object DTSTransformScriptProperties2 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(BSTR *pRetVal);

HRESULT SetText(BSTR NewValue);

Remarks

The scripting language is specified by the Language property.

The property also can be referenced through the TransformServerProperties collection with the following code:

Set transprops = transform.TransformServerProperties
transprops("Text") [= string]

See Also

FunctionEntry Property

Language Property