Compartir a través de


Interfaz IDTSFtpClientConnection100

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

Represents the interface for the FTP Client Connection.

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 IDTSFtpClientConnection100
'Uso
Dim instance As IDTSFtpClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type IDTSFtpClientConnection100 =  interface end
public interface IDTSFtpClientConnection100

El tipo IDTSFtpClientConnection100 expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

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

Arriba

Vea también

Referencia

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