ScriptOptionEx Property (DTS)

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

Applies To
TransferObjectsTask 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

Remarks

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

Data Type

DTSTransfer_ScriptOptionEx

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetScriptOptionEx(DTSTransfer_ScriptOptionEx *pRetVal);

HRESULT SetScriptOptionEx(DTSTransfer_ScriptOptionEx NewValue);

See Also
ScriptFileDirectory Property ScriptOption Property

  


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