次の方法で共有


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 です。

注釈

適用対象