WorkingDirectory Property (Replication ActiveX)

The WorkingDirectory property returns or sets the working directory to which snapshot files are transferred using File Transfer Protocol (FTP) when that option is specified.

Syntax

object.WorkingDirectory [= path]
Part Description

object

Expression that evaluates to an object in the Applies To list.

path

Fully qualified path to the working directory for copied snapshots.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT WorkingDirectory(BSTR pVal);
HRESULT WorkingDirectory(BSTR* pVal);