WorkingDirectory 屬性
Gets or sets the working directory from which snapshot files are accessed when FTP is used.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Public Overridable Property WorkingDirectory As String
Get
Set
'用途
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.WorkingDirectory
instance.WorkingDirectory = value
public virtual string WorkingDirectory { get; set; }
public:
virtual property String^ WorkingDirectory {
String^ get ();
void set (String^ value);
}
abstract WorkingDirectory : string with get, set
override WorkingDirectory : string with get, set
function get WorkingDirectory () : String
function set WorkingDirectory (value : String)
屬性值
型別:System. . :: . .String
A String value.
實作
備註
The WorkingDirectory property is required when Ftp is specified for FileTransferType.
The WorkingDirectory property must resolve to a fully qualified path of the working directory for copied snapshots.