ScriptFileDirectory Property

DTS Programming

DTS Programming

ScriptFileDirectory Property

The ScriptFileDirectory property specifies the directory to which the script file and log files are written.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.ScriptFileDirectory[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Directory to which the script file and log files are written

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetScriptFileDirectory(BSTR *pRetVal);

HRESULT SetScriptFileDirectory(BSTR NewValue);

Remarks

The script file directory must exist on the computer on which the task runs.

See Also

ScriptOption Property

ScriptOptionEx Property