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