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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。