Freigeben über


FTPClientConnection100-Schnittstelle

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

For more information, see IDTSFtpClientConnection100.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Usage
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =  
    interface 
        interface IDTSFtpClientConnection100 
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

Der FTPClientConnection100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ChunkSize Infrastruktur Gets or sets the size of the chunk. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft Retries Infrastruktur Gets or sets the number of times that the FTP client retried connecting. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft ServerName Infrastruktur Gets or sets the name of the server. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft ServerPassword Infrastruktur Sets the server password. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft ServerPort Infrastruktur Gets or sets the server port used in the connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft ServerUserName Infrastruktur Gets or sets the user name for the server. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft Timeout Infrastruktur Gets or sets the time out for the connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Eigenschaft UsePassiveMode Infrastruktur Gets or sets whether the client connection uses passive mode. (Geerbt von IDTSFtpClientConnection100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Close Infrastruktur Closes the client connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode Connect Infrastruktur Establishes a connection for the client. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode CreateRemoteDirectory Infrastruktur Creates a remote directory for the connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode DeleteFiles Infrastruktur Deletes files for the client connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode DeleteRemoteDirectory Infrastruktur Deletes the remote directory for the client connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode GetListing Infrastruktur Gets the listing for the client connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode GetWorkingDirectory Infrastruktur Gets the working directory for the client connection. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode ReceiveFiles Infrastruktur Receives files from a remote location.. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode SendFiles Infrastruktur Send files to a remote location. (Geerbt von IDTSFtpClientConnection100.)
Öffentliche Methode SetWorkingDirectory Infrastruktur Sets the working directory for the client connection. (Geerbt von IDTSFtpClientConnection100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace