Compartir a través de


Interfaz FTPClientConnection100

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

For more information, see IDTSFtpClientConnection100.

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

Sintaxis

'Declaración
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Uso
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

El tipo FTPClientConnection100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ChunkSize Infraestructura. Gets or sets the size of the chunk. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública Retries Infraestructura. Gets or sets the number of times that the FTP client retried connecting. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerName Infraestructura. Gets or sets the name of the server. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerPassword Infraestructura. Sets the server password. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerPort Infraestructura. Gets or sets the server port used in the connection. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública ServerUserName Infraestructura. Gets or sets the user name for the server. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública Timeout Infraestructura. Gets or sets the time out for the connection. (Se hereda de IDTSFtpClientConnection100.)
Propiedad pública UsePassiveMode Infraestructura. Gets or sets whether the client connection uses passive mode. (Se hereda de IDTSFtpClientConnection100.)

Arriba

Métodos

  Nombre Descripción
Método público Close Infraestructura. Closes the client connection. (Se hereda de IDTSFtpClientConnection100.)
Método público Connect Infraestructura. Establishes a connection for the client. (Se hereda de IDTSFtpClientConnection100.)
Método público CreateRemoteDirectory Infraestructura. Creates a remote directory for the connection. (Se hereda de IDTSFtpClientConnection100.)
Método público DeleteFiles Infraestructura. Deletes files for the client connection. (Se hereda de IDTSFtpClientConnection100.)
Método público DeleteRemoteDirectory Infraestructura. Deletes the remote directory for the client connection. (Se hereda de IDTSFtpClientConnection100.)
Método público GetListing Infraestructura. Gets the listing for the client connection. (Se hereda de IDTSFtpClientConnection100.)
Método público GetWorkingDirectory Infraestructura. Gets the working directory for the client connection. (Se hereda de IDTSFtpClientConnection100.)
Método público ReceiveFiles Infraestructura. Receives files from a remote location.. (Se hereda de IDTSFtpClientConnection100.)
Método público SendFiles Infraestructura. Send files to a remote location. (Se hereda de IDTSFtpClientConnection100.)
Método público SetWorkingDirectory Infraestructura. Sets the working directory for the client connection. (Se hereda de IDTSFtpClientConnection100.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper