FTPClientConnection100 接口

定义

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
派生
属性
实现

属性

ChunkSize (继承自 IDTSFtpClientConnection100)
Retries (继承自 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)

适用于