Partager via


Propriété IDTSFTPTask.RemotePath

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the remote path to use.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Property RemotePath As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The remote path.

Voir aussi

Référence

IDTSFTPTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask