Freigeben über


IDTSFTPTask.RemotePath-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: System.String
The remote path.

Siehe auch

Verweis

IDTSFTPTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.FtpTask-Namespace