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 继承。)

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间