ScriptFileDirectory Property (DTS)

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

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

Remarks

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetScriptFileDirectory(BSTR *pRetVal);

HRESULT SetScriptFileDirectory(BSTR NewValue);

See Also
ScriptOption Property ScriptOptionEx Property

  


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