FTPClientConnection100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
用法
Dim instance As FTPClientConnection100
[GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")>]
type FTPClientConnection100 =
interface
interface IDTSFtpClientConnection100
end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100
FTPClientConnection100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ChunkSize | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
Retries | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
ServerName | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
ServerPassword | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
ServerPort | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
ServerUserName | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
Timeout | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) | |
UsePassiveMode | 基础结构。For more information, see FTPClientConnection100Class. (从 IDTSFtpClientConnection100 继承。) |
页首
方法
页首