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) |
現在のワーキングディレクトリを指定されたパスに設定します。 |