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 | |
---|---|---|
![]() |
ChunkSize | Infraestrutura. Gets or sets the size of the chunk. |
![]() |
Retries | Infraestrutura. Gets or sets the number of times that the FTP client retried connecting. |
![]() |
ServerName | Infraestrutura. Gets or sets the name of the server. |
![]() |
ServerPassword | Infraestrutura. Sets the server password. |
![]() |
ServerPort | Infraestrutura. Gets or sets the server port used in the connection. |
![]() |
ServerUserName | Infraestrutura. Gets or sets the user name for the server. |
![]() |
Timeout | Infraestrutura. Gets or sets the time out for the connection. |
![]() |
UsePassiveMode | Infraestrutura. Gets or sets whether the client connection uses passive mode. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Close | Infraestrutura. Closes the client connection. |
![]() |
Connect | Infraestrutura. Establishes a connection for the client. |
![]() |
CreateRemoteDirectory | Infraestrutura. Creates a remote directory for the connection. |
![]() |
DeleteFiles | Infraestrutura. Deletes files for the client connection. |
![]() |
DeleteRemoteDirectory | Infraestrutura. Deletes the remote directory for the client connection. |
![]() |
GetListing | Infraestrutura. Gets the listing for the client connection. |
![]() |
GetWorkingDirectory | Infraestrutura. Gets the working directory for the client connection. |
![]() |
ReceiveFiles | Infraestrutura. Receives files from a remote location.. |
![]() |
SendFiles | Infraestrutura. Send files to a remote location. |
![]() |
SetWorkingDirectory | Infraestrutura. Sets the working directory for the client connection. |
Início