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)

適用対象