Compartilhar via


Interface IDTSFtpClientConnection100

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

Represents the interface for the FTP Client Connection.

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

Sintaxe

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

O tipo IDTSFtpClientConnection100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ChunkSize Infraestrutura. Gets or sets the size of the chunk.
Propriedade pública Retries Infraestrutura. Gets or sets the number of times that the FTP client retried connecting.
Propriedade pública ServerName Infraestrutura. Gets or sets the name of the server.
Propriedade pública ServerPassword Infraestrutura. Sets the server password.
Propriedade pública ServerPort Infraestrutura. Gets or sets the server port used in the connection.
Propriedade pública ServerUserName Infraestrutura. Gets or sets the user name for the server.
Propriedade pública Timeout Infraestrutura. Gets or sets the time out for the connection.
Propriedade pública UsePassiveMode Infraestrutura. Gets or sets whether the client connection uses passive mode.

Início

Métodos

  Nome Descrição
Método público Close Infraestrutura. Closes the client connection.
Método público Connect Infraestrutura. Establishes a connection for the client.
Método público CreateRemoteDirectory Infraestrutura. Creates a remote directory for the connection.
Método público DeleteFiles Infraestrutura. Deletes files for the client connection.
Método público DeleteRemoteDirectory Infraestrutura. Deletes the remote directory for the client connection.
Método público GetListing Infraestrutura. Gets the listing for the client connection.
Método público GetWorkingDirectory Infraestrutura. Gets the working directory for the client connection.
Método público ReceiveFiles Infraestrutura. Receives files from a remote location..
Método público SendFiles Infraestrutura. Send files to a remote location.
Método público SetWorkingDirectory Infraestrutura. Sets the working directory for the client connection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper