IDTSFTPTask.OverwriteDestination プロパティ

定義

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。 宛先のファイルを上書きできるかどうかを示す値を取得または設定します。

public:
 property bool OverwriteDestination { bool get(); void set(bool value); };
public bool OverwriteDestination { get; set; }
member this.OverwriteDestination : bool with get, set
Public Property OverwriteDestination As Boolean

プロパティ値

true もし宛先のファイルを新しいデータで上書きできるならば、それ以外は false

注釈

適用対象