Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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);