言語

DataProfilingTask.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となります。そうでなければ、誤りです。

注釈

データプロファイリングタスクは、 DestinationTypeFileConnectionに設定された場合にのみこのプロパティの値を使用します。 DestinationTypeVariableに設定されている場合、タスクは常に変数の前の値を上書きします。

適用対象