次の方法で共有


IDTSXMLTask.OverwriteDestination プロパティ

定義

操作が既存の対象ファイルを上書きするかどうかを示す値を取得します。値の設定も可能です。

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。

適用対象