Partager via


Interface FTPClientConnection100

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

For more information, see IDTSFtpClientConnection100.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Utilisation
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

Le type FTPClientConnection100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ChunkSize Infrastructure. Gets or sets the size of the chunk. (hérité de IDTSFtpClientConnection100.)
Propriété publique Retries Infrastructure. Gets or sets the number of times that the FTP client retried connecting. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerName Infrastructure. Gets or sets the name of the server. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerPassword Infrastructure. Sets the server password. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerPort Infrastructure. Gets or sets the server port used in the connection. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerUserName Infrastructure. Gets or sets the user name for the server. (hérité de IDTSFtpClientConnection100.)
Propriété publique Timeout Infrastructure. Gets or sets the time out for the connection. (hérité de IDTSFtpClientConnection100.)
Propriété publique UsePassiveMode Infrastructure. Gets or sets whether the client connection uses passive mode. (hérité de IDTSFtpClientConnection100.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Close Infrastructure. Closes the client connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique Connect Infrastructure. Establishes a connection for the client. (hérité de IDTSFtpClientConnection100.)
Méthode publique CreateRemoteDirectory Infrastructure. Creates a remote directory for the connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique DeleteFiles Infrastructure. Deletes files for the client connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique DeleteRemoteDirectory Infrastructure. Deletes the remote directory for the client connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique GetListing Infrastructure. Gets the listing for the client connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique GetWorkingDirectory Infrastructure. Gets the working directory for the client connection. (hérité de IDTSFtpClientConnection100.)
Méthode publique ReceiveFiles Infrastructure. Receives files from a remote location.. (hérité de IDTSFtpClientConnection100.)
Méthode publique SendFiles Infrastructure. Send files to a remote location. (hérité de IDTSFtpClientConnection100.)
Méthode publique SetWorkingDirectory Infrastructure. Sets the working directory for the client connection. (hérité de IDTSFtpClientConnection100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper