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) |