Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property WorkingDirectory As String
Get
Set
'Usage
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.WorkingDirectory
instance.WorkingDirectory = value
string WorkingDirectory { get; set; }
property String^ WorkingDirectory {
String^ get ();
void set (String^ value);
}
abstract WorkingDirectory : string with get, set
function get WorkingDirectory () : String
function set WorkingDirectory (value : String)
Property Value
Type: System.String
The working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.