FTPClientConnection100Class.UsePassiveMode プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

タスクがパッシブ モードでファイルを送信および受信するかどうかを示す値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable Property UsePassiveMode As Boolean 
    Get 
    Set
'使用
Dim instance As FTPClientConnection100Class 
Dim value As Boolean 

value = instance.UsePassiveMode

instance.UsePassiveMode = value
public virtual bool UsePassiveMode { get; set; }
public:
virtual property bool UsePassiveMode {
    bool get ();
    void set (bool value);
}
abstract UsePassiveMode : bool with get, set 
override UsePassiveMode : bool with get, set
function get UsePassiveMode () : boolean 
function set UsePassiveMode (value : boolean)

プロパティ値

型: System.Boolean
タスクがパッシブ モードでファイルを送信および受信する場合は true、タスクがアクティブ モードでファイルを送信および受信する場合は false です。

実装

IDTSFtpClientConnection100.UsePassiveMode

関連項目

参照

FTPClientConnection100Class クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間