FTPClientConnection100 Interface

Definição

Para obter mais informações, consulte IDTSFtpClientConnection100.

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derivado
Atributos
Implementações

Propriedades

ChunkSize

Obtém ou define o tamanho da parte.

(Herdado de IDTSFtpClientConnection100)
Retries

Obtém ou define o número de vezes que o cliente de FTP tentou se conectar.

(Herdado de IDTSFtpClientConnection100)
ServerName

Obtém ou define o nome do servidor.

(Herdado de IDTSFtpClientConnection100)
ServerPassword

Define a senha do servidor.

(Herdado de IDTSFtpClientConnection100)
ServerPort

Obtém ou define a porta do servidor usada na conexão.

(Herdado de IDTSFtpClientConnection100)
ServerUserName

Obtém ou define o nome do usuário do servidor.

(Herdado de IDTSFtpClientConnection100)
Timeout

Obtém ou define o tempo limite da conexão.

(Herdado de IDTSFtpClientConnection100)
UsePassiveMode

Obtém ou define se a conexão cliente usa o modo passivo.

(Herdado de IDTSFtpClientConnection100)

Métodos

Close()

Fecha a conexão cliente.

(Herdado de IDTSFtpClientConnection100)
Connect()

Estabelece uma conexão para o cliente.

(Herdado de IDTSFtpClientConnection100)
CreateRemoteDirectory(String)

Cria um diretório remoto para a conexão.

(Herdado de IDTSFtpClientConnection100)
DeleteFiles(String[])

Exclui arquivos para a conexão cliente.

(Herdado de IDTSFtpClientConnection100)
DeleteRemoteDirectory(String)

Exclui o diretório remoto para a conexão cliente.

(Herdado de IDTSFtpClientConnection100)
GetListing(String[], String[])

Obtém a lista da conexão cliente.

(Herdado de IDTSFtpClientConnection100)
GetWorkingDirectory()

Obtém o diretório de trabalho para a conexão cliente.

(Herdado de IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean)

Recebe arquivos de um local remoto.

(Herdado de IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean)

Envia arquivos a um local remoto.

(Herdado de IDTSFtpClientConnection100)
SetWorkingDirectory(String)

Define o diretório de trabalho para a conexão cliente.

(Herdado de IDTSFtpClientConnection100)

Aplica-se a