Share via


IDTSFTPTask.RemotePath Property

This API supports the infrastructure and is not intended to be used directly from your code.

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