Freigeben über


IDTSFtpClientConnection100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the interface for the FTP Client Connection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface IDTSFtpClientConnection100
'Usage
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

Der IDTSFtpClientConnection100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ChunkSize Infrastruktur Gets or sets the size of the chunk.
Öffentliche Eigenschaft Retries Infrastruktur Gets or sets the number of times that the FTP client retried connecting.
Öffentliche Eigenschaft ServerName Infrastruktur Gets or sets the name of the server.
Öffentliche Eigenschaft ServerPassword Infrastruktur Sets the server password.
Öffentliche Eigenschaft ServerPort Infrastruktur Gets or sets the server port used in the connection.
Öffentliche Eigenschaft ServerUserName Infrastruktur Gets or sets the user name for the server.
Öffentliche Eigenschaft Timeout Infrastruktur Gets or sets the time out for the connection.
Öffentliche Eigenschaft UsePassiveMode Infrastruktur Gets or sets whether the client connection uses passive mode.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Close Infrastruktur Closes the client connection.
Öffentliche Methode Connect Infrastruktur Establishes a connection for the client.
Öffentliche Methode CreateRemoteDirectory Infrastruktur Creates a remote directory for the connection.
Öffentliche Methode DeleteFiles Infrastruktur Deletes files for the client connection.
Öffentliche Methode DeleteRemoteDirectory Infrastruktur Deletes the remote directory for the client connection.
Öffentliche Methode GetListing Infrastruktur Gets the listing for the client connection.
Öffentliche Methode GetWorkingDirectory Infrastruktur Gets the working directory for the client connection.
Öffentliche Methode ReceiveFiles Infrastruktur Receives files from a remote location..
Öffentliche Methode SendFiles Infrastruktur Send files to a remote location.
Öffentliche Methode SetWorkingDirectory Infrastruktur Sets the working directory for the client connection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace