FTPClientConnection100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see IDTSFtpClientConnection100.
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 FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'Usage
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
Der FTPClientConnection100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ChunkSize | Infrastruktur Gets or sets the size of the chunk. (Geerbt von IDTSFtpClientConnection100.) | |
Retries | Infrastruktur Gets or sets the number of times that the FTP client retried connecting. (Geerbt von IDTSFtpClientConnection100.) | |
ServerName | Infrastruktur Gets or sets the name of the server. (Geerbt von IDTSFtpClientConnection100.) | |
ServerPassword | Infrastruktur Sets the server password. (Geerbt von IDTSFtpClientConnection100.) | |
ServerPort | Infrastruktur Gets or sets the server port used in the connection. (Geerbt von IDTSFtpClientConnection100.) | |
ServerUserName | Infrastruktur Gets or sets the user name for the server. (Geerbt von IDTSFtpClientConnection100.) | |
Timeout | Infrastruktur Gets or sets the time out for the connection. (Geerbt von IDTSFtpClientConnection100.) | |
UsePassiveMode | Infrastruktur Gets or sets whether the client connection uses passive mode. (Geerbt von IDTSFtpClientConnection100.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Close | Infrastruktur Closes the client connection. (Geerbt von IDTSFtpClientConnection100.) | |
Connect | Infrastruktur Establishes a connection for the client. (Geerbt von IDTSFtpClientConnection100.) | |
CreateRemoteDirectory | Infrastruktur Creates a remote directory for the connection. (Geerbt von IDTSFtpClientConnection100.) | |
DeleteFiles | Infrastruktur Deletes files for the client connection. (Geerbt von IDTSFtpClientConnection100.) | |
DeleteRemoteDirectory | Infrastruktur Deletes the remote directory for the client connection. (Geerbt von IDTSFtpClientConnection100.) | |
GetListing | Infrastruktur Gets the listing for the client connection. (Geerbt von IDTSFtpClientConnection100.) | |
GetWorkingDirectory | Infrastruktur Gets the working directory for the client connection. (Geerbt von IDTSFtpClientConnection100.) | |
ReceiveFiles | Infrastruktur Receives files from a remote location.. (Geerbt von IDTSFtpClientConnection100.) | |
SendFiles | Infrastruktur Send files to a remote location. (Geerbt von IDTSFtpClientConnection100.) | |
SetWorkingDirectory | Infrastruktur Sets the working directory for the client connection. (Geerbt von IDTSFtpClientConnection100.) |
Zum Anfang