ConnectionManagerFtpClass 類別
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a connection manager FTP class.
繼承階層
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
'用途
Dim instance As ConnectionManagerFtpClass
[GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ConnectionManagerFtpClass : IDTSConnectionManager100,
ConnectionManagerFtp, IDTSConnectionManagerFtp100
[GuidAttribute(L"DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ConnectionManagerFtpClass : IDTSConnectionManager100,
ConnectionManagerFtp, IDTSConnectionManagerFtp100
[<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ConnectionManagerFtpClass =
class
interface IDTSConnectionManager100
interface ConnectionManagerFtp
interface IDTSConnectionManagerFtp100
end
public class ConnectionManagerFtpClass implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
ConnectionManagerFtpClass 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ConnectionManagerFtpClass | 基礎結構。Initializes a new instance of the ConnectionManagerFtpClass class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
ChunkSize | 基礎結構。Gets or sets the minimum number of bytes to retrieve or send. | |
ConnectionString | 基礎結構。Gets or sets the connection string used to establish a connection to a data source. | |
ProtectionLevel | 基礎結構。Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
Retries | 基礎結構。Gets or sets the number of times the task attempts an operation. | |
Scope | 基礎結構。Gets or sets the scope of the connection. | |
ServerName | 基礎結構。Gets or sets the name of the FTP server. | |
ServerPassword | 基礎結構。Sets the password for the server specified in the server name. | |
ServerPort | 基礎結構。Gets or sets the port number on the server. | |
ServerUserName | 基礎結構。Gets or sets the logon alias of the user. | |
SupportsDTCTransactions | 基礎結構。Gets a value that indicates whether the connection supports DTC transactions. | |
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. |
上層
方法
名稱 | 說明 | |
---|---|---|
AcquireConnection | 基礎結構。Creates an instance of the connection type. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ReleaseConnection | 基礎結構。Releases the connection. | |
SetQualifier | 基礎結構。Sets a qualifier on the connection manager. | |
ToString | (繼承自 Object。) | |
Validate | Validates a configuration. |
上層
備註
For more information, see ConnectionManager.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。