Interface FTPClientConnection100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
For more information, see IDTSFtpClientConnection100.
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 FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'Uso
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =
interface
interface IDTSFtpClientConnection100
end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100
O tipo FTPClientConnection100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ChunkSize | Infraestrutura. Gets or sets the size of the chunk. (Herdado de IDTSFtpClientConnection100.) | |
Retries | Infraestrutura. Gets or sets the number of times that the FTP client retried connecting. (Herdado de IDTSFtpClientConnection100.) | |
ServerName | Infraestrutura. Gets or sets the name of the server. (Herdado de IDTSFtpClientConnection100.) | |
ServerPassword | Infraestrutura. Sets the server password. (Herdado de IDTSFtpClientConnection100.) | |
ServerPort | Infraestrutura. Gets or sets the server port used in the connection. (Herdado de IDTSFtpClientConnection100.) | |
ServerUserName | Infraestrutura. Gets or sets the user name for the server. (Herdado de IDTSFtpClientConnection100.) | |
Timeout | Infraestrutura. Gets or sets the time out for the connection. (Herdado de IDTSFtpClientConnection100.) | |
UsePassiveMode | Infraestrutura. Gets or sets whether the client connection uses passive mode. (Herdado de IDTSFtpClientConnection100.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Close | Infraestrutura. Closes the client connection. (Herdado de IDTSFtpClientConnection100.) | |
Connect | Infraestrutura. Establishes a connection for the client. (Herdado de IDTSFtpClientConnection100.) | |
CreateRemoteDirectory | Infraestrutura. Creates a remote directory for the connection. (Herdado de IDTSFtpClientConnection100.) | |
DeleteFiles | Infraestrutura. Deletes files for the client connection. (Herdado de IDTSFtpClientConnection100.) | |
DeleteRemoteDirectory | Infraestrutura. Deletes the remote directory for the client connection. (Herdado de IDTSFtpClientConnection100.) | |
GetListing | Infraestrutura. Gets the listing for the client connection. (Herdado de IDTSFtpClientConnection100.) | |
GetWorkingDirectory | Infraestrutura. Gets the working directory for the client connection. (Herdado de IDTSFtpClientConnection100.) | |
ReceiveFiles | Infraestrutura. Receives files from a remote location.. (Herdado de IDTSFtpClientConnection100.) | |
SendFiles | Infraestrutura. Send files to a remote location. (Herdado de IDTSFtpClientConnection100.) | |
SetWorkingDirectory | Infraestrutura. Sets the working directory for the client connection. (Herdado de IDTSFtpClientConnection100.) |
Início