Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the interface for the FTP Client Connection.
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 IDTSFtpClientConnection100
'Utilisation
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
Le type IDTSFtpClientConnection100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
ChunkSize | Infrastructure. Gets or sets the size of the chunk. |
![]() |
Retries | Infrastructure. Gets or sets the number of times that the FTP client retried connecting. |
![]() |
ServerName | Infrastructure. Gets or sets the name of the server. |
![]() |
ServerPassword | Infrastructure. Sets the server password. |
![]() |
ServerPort | Infrastructure. Gets or sets the server port used in the connection. |
![]() |
ServerUserName | Infrastructure. Gets or sets the user name for the server. |
![]() |
Timeout | Infrastructure. Gets or sets the time out for the connection. |
![]() |
UsePassiveMode | Infrastructure. Gets or sets whether the client connection uses passive mode. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Close | Infrastructure. Closes the client connection. |
![]() |
Connect | Infrastructure. Establishes a connection for the client. |
![]() |
CreateRemoteDirectory | Infrastructure. Creates a remote directory for the connection. |
![]() |
DeleteFiles | Infrastructure. Deletes files for the client connection. |
![]() |
DeleteRemoteDirectory | Infrastructure. Deletes the remote directory for the client connection. |
![]() |
GetListing | Infrastructure. Gets the listing for the client connection. |
![]() |
GetWorkingDirectory | Infrastructure. Gets the working directory for the client connection. |
![]() |
ReceiveFiles | Infrastructure. Receives files from a remote location.. |
![]() |
SendFiles | Infrastructure. Send files to a remote location. |
![]() |
SetWorkingDirectory | Infrastructure. Sets the working directory for the client connection. |
Haut de la page
.gif)
.gif)