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)

適用対象