Freigeben über


IDTSFTPTask.Connection-Eigenschaft

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

Gets or sets the connection name of the FTP connection manager used by the task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Syntax

'Declaration
Property Connection As String 
    Get 
    Set
'Usage
Dim instance As IDTSFTPTask 
Dim value As String 

value = instance.Connection

instance.Connection = value
string Connection { get; set; }
property String^ Connection {
    String^ get ();
    void set (String^ value);
}
abstract Connection : string with get, set
function get Connection () : String 
function set Connection (value : String)

Eigenschaftswert

Typ: System.String
The connection name of the FTP connection manager.

Siehe auch

Verweis

IDTSFTPTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.FtpTask-Namespace