FTPClientConnection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关详细信息,请参阅 IDTSFtpClientConnection100。
public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
- 派生
- 属性
- 实现
属性
ChunkSize |
获取或设置块区的大小。 (继承自 IDTSFtpClientConnection100) |
Retries |
获取或设置 FTP 客户端重试连接的次数。 (继承自 IDTSFtpClientConnection100) |
ServerName |
获取或设置服务器的名称。 (继承自 IDTSFtpClientConnection100) |
ServerPassword |
设置服务器密码。 (继承自 IDTSFtpClientConnection100) |
ServerPort |
获取或设置在连接中使用的服务器端口。 (继承自 IDTSFtpClientConnection100) |
ServerUserName |
获取或设置服务器的用户名。 (继承自 IDTSFtpClientConnection100) |
Timeout |
获取或设置连接的超时时间。 (继承自 IDTSFtpClientConnection100) |
UsePassiveMode |
获取或设置客户端连接是否使用被动模式。 (继承自 IDTSFtpClientConnection100) |
方法
Close() |
关闭客户端连接。 (继承自 IDTSFtpClientConnection100) |
Connect() |
建立客户端的连接。 (继承自 IDTSFtpClientConnection100) |
CreateRemoteDirectory(String) |
创建用于连接的远程目录。 (继承自 IDTSFtpClientConnection100) |
DeleteFiles(String[]) |
删除客户端连接的文件。 (继承自 IDTSFtpClientConnection100) |
DeleteRemoteDirectory(String) |
删除客户端连接的远程目录。 (继承自 IDTSFtpClientConnection100) |
GetListing(String[], String[]) |
获取客户端连接的列表。 (继承自 IDTSFtpClientConnection100) |
GetWorkingDirectory() |
获取客户端连接的工作目录。 (继承自 IDTSFtpClientConnection100) |
ReceiveFiles(String[], String, Boolean, Boolean) |
从远程位置接收文件。 (继承自 IDTSFtpClientConnection100) |
SendFiles(String[], String, Boolean, Boolean) |
将文件发送到远程位置。 (继承自 IDTSFtpClientConnection100) |
SetWorkingDirectory(String) |
设置客户端连接的工作目录。 (继承自 IDTSFtpClientConnection100) |