FTPClientConnection100Class クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FTP クライアント タスク用のプロパティとメソッドを提供します。
public ref class FTPClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
Public Class FTPClientConnection100Class
Implements FTPClientConnection100
- 継承
-
FTPClientConnection100Class
- 属性
- 実装
コンストラクター
FTPClientConnection100Class() |
FTPClientConnection100Class クラスの新しいインスタンスを初期化します。 |
プロパティ
ChunkSize |
データ転送用のデータの量 (バイト単位) を取得します。値の設定も可能です。 |
Retries |
タスクが操作を試行する回数を取得します。値の設定も可能です。 |
ServerName |
FTP サーバーの名前を取得します。値の設定も可能です。 |
ServerPassword |
認証用のパスワードを取得します。値の設定も可能です。 |
ServerPort |
FTP サーバーのポートを取得します。値の設定も可能です。 |
ServerUserName |
ユーザーのログオンの別名を取得します。値の設定も可能です。 |
Timeout |
接続がタイムアウトになるまでの試行時間を示す値を取得します。値の設定も可能です。 |
UsePassiveMode |
タスクがパッシブ モードでファイルを送信および受信するかどうかを示す値を取得します。値の設定も可能です。 |
メソッド
Close() |
FTP サーバーへの接続を閉じます。 |
Connect() |
FTP サーバーへの接続を試行します。 |
CreateRemoteDirectory(String) |
FTP サーバー上に指定したフォルダーを作成します。 |
DeleteFiles(String[]) |
FTP サーバー上の一連のファイルを削除します。 |
DeleteRemoteDirectory(String) |
FTP サーバー上の指定したフォルダーを削除します。 |
GetListing(String[], String[]) |
現在の作業ディレクトリのファイルの一覧を取得します。 |
GetWorkingDirectory() |
現在の作業ディレクトリを取得します。 |
ReceiveFiles(String[], String, Boolean, Boolean) |
FTP サーバーからファイルを受信します。 |
SendFiles(String[], String, Boolean, Boolean) |
ローカル コンピューターのファイルを FTP サーバーに送信します。 |
SetWorkingDirectory(String) |
現在の作業ディレクトリを指定したパスに設定します。 |