Propriété RemotePath

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

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