ScriptOptionEx Property

DTS Programming

DTS Programming

ScriptOptionEx Property

The ScriptOptionEx property specifies the extended scripting option to use during an object transfer operation.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.ScriptOptionEx[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Extended scripting option to use

Data Type

DTSTransfer_ScriptOptionEx

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetScriptOptionEx(DTSTransfer_ScriptOptionEx *pRetVal);

HRESULT SetScriptOptionEx(DTSTransfer_ScriptOptionEx NewValue);

Remarks

ScriptOptionEx must be set to one of the DTSTransfer_ScriptOptionEx values. The default is DTSTransfer_ScriptEx_TransferDefault.

See Also

ScriptFileDirectory Property

ScriptOption Property