Compartir a través de


Interfaz FTPClientConnection100

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Uso
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

El tipo FTPClientConnection100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ChunkSize Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública Retries Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerName Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerPassword Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerPort Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerUserName Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública Timeout Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública UsePassiveMode Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)

Arriba

Métodos

  Nombre Descripción
Método público Close Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público Connect Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público CreateRemoteDirectory Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público DeleteFiles Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público DeleteRemoteDirectory Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público GetListing Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público GetWorkingDirectory Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público ReceiveFiles Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público SendFiles Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)
Método público SetWorkingDirectory Infraestructura. For more information, see FTPClientConnection100Class. (Se hereda de IDTSFtpClientConnection100.)

Arriba