FTPClientConnection100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
For more information, see IDTSFtpClientConnection100.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'用途
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
FTPClientConnection100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
ChunkSize | 基礎結構。Gets or sets the size of the chunk. (繼承自 IDTSFtpClientConnection100。) |
![]() |
Retries | 基礎結構。Gets or sets the number of times that the FTP client retried connecting. (繼承自 IDTSFtpClientConnection100。) |
![]() |
ServerName | 基礎結構。Gets or sets the name of the server. (繼承自 IDTSFtpClientConnection100。) |
![]() |
ServerPassword | 基礎結構。Sets the server password. (繼承自 IDTSFtpClientConnection100。) |
![]() |
ServerPort | 基礎結構。Gets or sets the server port used in the connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
ServerUserName | 基礎結構。Gets or sets the user name for the server. (繼承自 IDTSFtpClientConnection100。) |
![]() |
Timeout | 基礎結構。Gets or sets the time out for the connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
UsePassiveMode | 基礎結構。Gets or sets whether the client connection uses passive mode. (繼承自 IDTSFtpClientConnection100。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Close | 基礎結構。Closes the client connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
Connect | 基礎結構。Establishes a connection for the client. (繼承自 IDTSFtpClientConnection100。) |
![]() |
CreateRemoteDirectory | 基礎結構。Creates a remote directory for the connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
DeleteFiles | 基礎結構。Deletes files for the client connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
DeleteRemoteDirectory | 基礎結構。Deletes the remote directory for the client connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
GetListing | 基礎結構。Gets the listing for the client connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
GetWorkingDirectory | 基礎結構。Gets the working directory for the client connection. (繼承自 IDTSFtpClientConnection100。) |
![]() |
ReceiveFiles | 基礎結構。Receives files from a remote location.. (繼承自 IDTSFtpClientConnection100。) |
![]() |
SendFiles | 基礎結構。Send files to a remote location. (繼承自 IDTSFtpClientConnection100。) |
![]() |
SetWorkingDirectory | 基礎結構。Sets the working directory for the client connection. (繼承自 IDTSFtpClientConnection100。) |
上層