Compartir a través de


Clase FTPClientConnection100Class

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

Provides properties and methods for an FTP client task.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class

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

Sintaxis

'Declaración
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
    Implements IDTSFtpClientConnection100, FTPClientConnection100
'Uso
Dim instance As FTPClientConnection100Class
[GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[GuidAttribute(L"33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type FTPClientConnection100Class =  
    class 
        interface IDTSFtpClientConnection100 
        interface FTPClientConnection100 
    end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100

El tipo FTPClientConnection100Class expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público FTPClientConnection100Class Infraestructura. Initializes a new instance of the FTPClientConnection100Class class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ChunkSize Infraestructura. Gets or sets the amount of data in bytes for the data transfer.
Propiedad pública Retries Infraestructura. Gets or sets the number of times the task attempts an operation.
Propiedad pública ServerName Infraestructura. Gets or sets the name of the FTP server.
Propiedad pública ServerPassword Infraestructura. Gets or sets the password for authentication.
Propiedad pública ServerPort Infraestructura. Gets or sets the FTP server port.
Propiedad pública ServerUserName Infraestructura. Gets or sets the logon alias of the user.
Propiedad pública Timeout Infraestructura. Gets or sets a value that indicates how long to attempt the connection before timing out.
Propiedad pública UsePassiveMode Infraestructura. Gets or sets a value that indicates whether the task sends and receives files in passive mode.

Arriba

Métodos

  Nombre Descripción
Método público Close Closes connection to the FTP server.
Método público Connect Infraestructura. Attempts to establish a connection to FTP server.
Método público CreateRemoteDirectory Infraestructura. Creates the specified folder on the FTP server.
Método público DeleteFiles Infraestructura. Deletes the list of files on the FTP server.
Método público DeleteRemoteDirectory Infraestructura. Deletes the specified folder on the FTP server.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetListing Infraestructura. Gets a listing of files on the current working directory.
Método público GetType (Se hereda de Object.)
Método público GetWorkingDirectory Infraestructura. Gets the current working directory.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ReceiveFiles Infraestructura. Receives the files from the FTP server.
Método público SendFiles Infraestructura. Sends the files from the local computer to the FTP server.
Método público SetWorkingDirectory Infraestructura. Sets the current working directory to the specified path.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

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