The ScriptOptionEx property specifies the extended scripting option to use during an object transfer operation.
| TransferObjectsTask Object |
object.ScriptOptionEx[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Extended scripting option to use |
ScriptOptionEx must be set to one of the DTSTransfer_ScriptOptionEx values. The default is DTSTransfer_ScriptEx_TransferDefault.
Read/write
HRESULT GetScriptOptionEx(DTSTransfer_ScriptOptionEx *pRetVal);
HRESULT SetScriptOptionEx(DTSTransfer_ScriptOptionEx NewValue);
| ScriptFileDirectory Property | ScriptOption Property |