Partager via


Interface FTPClientConnection100

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

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

Syntaxe

'Déclaration
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Utilisation
Dim instance As FTPClientConnection100
[GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")>]
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. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique Retries Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerName Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerPassword Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerPort Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique ServerUserName Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique Timeout Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Propriété publique UsePassiveMode Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Close Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique Connect Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique CreateRemoteDirectory Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique DeleteFiles Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique DeleteRemoteDirectory Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique GetListing Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique GetWorkingDirectory Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique ReceiveFiles Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique SendFiles Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)
Méthode publique SetWorkingDirectory Infrastructure. For more information, see FTPClientConnection100Class. (hérité de IDTSFtpClientConnection100.)

Haut de la page