Interface FTPClientConnection100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see IDTSFtpClientConnection100.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'Utilisation
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
Le type FTPClientConnection100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
ChunkSize | Infrastructure. Gets or sets the size of the chunk. (hérité de IDTSFtpClientConnection100.) |
![]() |
Retries | Infrastructure. Gets or sets the number of times that the FTP client retried connecting. (hérité de IDTSFtpClientConnection100.) |
![]() |
ServerName | Infrastructure. Gets or sets the name of the server. (hérité de IDTSFtpClientConnection100.) |
![]() |
ServerPassword | Infrastructure. Sets the server password. (hérité de IDTSFtpClientConnection100.) |
![]() |
ServerPort | Infrastructure. Gets or sets the server port used in the connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
ServerUserName | Infrastructure. Gets or sets the user name for the server. (hérité de IDTSFtpClientConnection100.) |
![]() |
Timeout | Infrastructure. Gets or sets the time out for the connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
UsePassiveMode | Infrastructure. Gets or sets whether the client connection uses passive mode. (hérité de IDTSFtpClientConnection100.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Close | Infrastructure. Closes the client connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
Connect | Infrastructure. Establishes a connection for the client. (hérité de IDTSFtpClientConnection100.) |
![]() |
CreateRemoteDirectory | Infrastructure. Creates a remote directory for the connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
DeleteFiles | Infrastructure. Deletes files for the client connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
DeleteRemoteDirectory | Infrastructure. Deletes the remote directory for the client connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
GetListing | Infrastructure. Gets the listing for the client connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
GetWorkingDirectory | Infrastructure. Gets the working directory for the client connection. (hérité de IDTSFtpClientConnection100.) |
![]() |
ReceiveFiles | Infrastructure. Receives files from a remote location.. (hérité de IDTSFtpClientConnection100.) |
![]() |
SendFiles | Infrastructure. Send files to a remote location. (hérité de IDTSFtpClientConnection100.) |
![]() |
SetWorkingDirectory | Infrastructure. Sets the working directory for the client connection. (hérité de IDTSFtpClientConnection100.) |
Haut de la page