Partager via


Interface IDTSFtpClientConnection100

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
Propriété publique ChunkSize Infrastructure. Gets or sets the size of the chunk.
Propriété publique Retries Infrastructure. Gets or sets the number of times that the FTP client retried connecting.
Propriété publique ServerName Infrastructure. Gets or sets the name of the server.
Propriété publique ServerPassword Infrastructure. Sets the server password.
Propriété publique ServerPort Infrastructure. Gets or sets the server port used in the connection.
Propriété publique ServerUserName Infrastructure. Gets or sets the user name for the server.
Propriété publique Timeout Infrastructure. Gets or sets the time out for the connection.
Propriété publique UsePassiveMode Infrastructure. Gets or sets whether the client connection uses passive mode.

Haut de la page

Méthodes

  Nom Description
Méthode publique Close Infrastructure. Closes the client connection.
Méthode publique Connect Infrastructure. Establishes a connection for the client.
Méthode publique CreateRemoteDirectory Infrastructure. Creates a remote directory for the connection.
Méthode publique DeleteFiles Infrastructure. Deletes files for the client connection.
Méthode publique DeleteRemoteDirectory Infrastructure. Deletes the remote directory for the client connection.
Méthode publique GetListing Infrastructure. Gets the listing for the client connection.
Méthode publique GetWorkingDirectory Infrastructure. Gets the working directory for the client connection.
Méthode publique ReceiveFiles Infrastructure. Receives files from a remote location..
Méthode publique SendFiles Infrastructure. Send files to a remote location.
Méthode publique SetWorkingDirectory Infrastructure. Sets the working directory for the client connection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper