Proprietà IDTSFTPTask.RemotePath

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the remote path to use.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Sintassi

'Dichiarazione
Property RemotePath As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The remote path.

Vedere anche

Riferimento

IDTSFTPTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FtpTask