言語

FTPClientConnection100 インターフェイス

定義

詳細については、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)

適用対象