FTPClientConnection100Class 類別

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Provides properties and methods for an FTP client task.

繼承階層

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class FTPClientConnection100Class _
    Implements IDTSFtpClientConnection100, FTPClientConnection100
'用途
Dim instance As FTPClientConnection100Class
[GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[GuidAttribute(L"33E956B6-E94D-442F-A649-F9841B0D1473")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[<GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type FTPClientConnection100Class =  
    class 
        interface IDTSFtpClientConnection100 
        interface FTPClientConnection100 
    end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100

FTPClientConnection100Class 型別公開下列成員。

建構函式

  名稱 說明
公用方法 FTPClientConnection100Class 基礎結構。Initializes a new instance of the FTPClientConnection100Class class.

上層

屬性

  名稱 說明
公用屬性 ChunkSize 基礎結構。Gets or sets the amount of data in bytes for the data transfer.
公用屬性 Retries 基礎結構。Gets or sets the number of times the task attempts an operation.
公用屬性 ServerName 基礎結構。Gets or sets the name of the FTP server.
公用屬性 ServerPassword 基礎結構。Gets or sets the password for authentication.
公用屬性 ServerPort 基礎結構。Gets or sets the FTP server port.
公用屬性 ServerUserName 基礎結構。Gets or sets the logon alias of the user.
公用屬性 Timeout 基礎結構。Gets or sets a value that indicates how long to attempt the connection before timing out.
公用屬性 UsePassiveMode 基礎結構。Gets or sets a value that indicates whether the task sends and receives files in passive mode.

上層

方法

  名稱 說明
公用方法 Close Closes connection to the FTP server.
公用方法 Connect 基礎結構。Attempts to establish a connection to FTP server.
公用方法 CreateRemoteDirectory 基礎結構。Creates the specified folder on the FTP server.
公用方法 DeleteFiles 基礎結構。Deletes the list of files on the FTP server.
公用方法 DeleteRemoteDirectory 基礎結構。Deletes the specified folder on the FTP server.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetListing 基礎結構。Gets a listing of files on the current working directory.
公用方法 GetType (繼承自 Object。)
公用方法 GetWorkingDirectory 基礎結構。Gets the current working directory.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ReceiveFiles 基礎結構。Receives the files from the FTP server.
公用方法 SendFiles 基礎結構。Sends the files from the local computer to the FTP server.
公用方法 SetWorkingDirectory 基礎結構。Sets the current working directory to the specified path.
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

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