IDTSFTPTask.RemotePath Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the remote path to use.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)
Syntax
'Declaration
Property RemotePath As String
Get
Set
'Usage
Dim instance As IDTSFTPTask
Dim value As String
value = instance.RemotePath
instance.RemotePath = value
string RemotePath { get; set; }
property String^ RemotePath {
String^ get ();
void set (String^ value);
}
abstract RemotePath : string with get, set
function get RemotePath () : String
function set RemotePath (value : String)
Property Value
Type: System.String
The remote path.