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;否则为 false。
注解
The Data Profiling task uses the value of this property only when the DestinationType is set to FileConnection. When the DestinationType is set to Variable, the task always overwrites the previous value of the variable.