DataProfilingTask.OverwriteDestination プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データプロファイリングタスクがすでに存在する出力ファイルを上書きすべきかどうかを示す値を取得または設定します。
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となります。そうでなければ、誤りです。
注釈
データプロファイリングタスクは、 DestinationType が FileConnectionに設定された場合にのみこのプロパティの値を使用します。 DestinationTypeがVariableに設定されている場合、タスクは常に変数の前の値を上書きします。