Compartilhar via


Classe FTPClientConnection100Class

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Provides properties and methods for an FTP client task.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo FTPClientConnection100Class expõe os membros a seguir.

Construtores

  Nome Descrição
Método público FTPClientConnection100Class Infraestrutura. Initializes a new instance of the FTPClientConnection100Class class.

Início

Propriedades

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

Início

Métodos

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

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper