DMQueryTask.OverwriteOutputTable 属性

定义

获取或设置布尔值,该值指示预测查询是否应覆盖目标表中的内容。

public:
 property bool OverwriteOutputTable { bool get(); void set(bool value); };
public bool OverwriteOutputTable { get; set; }
member this.OverwriteOutputTable : bool with get, set
Public Property OverwriteOutputTable As Boolean

属性值

如果覆盖目标表中的内容,则为 true;false 将结果追加到现有结果。

实现

注解

如果属性值为 False,并且输出表的架构与结果查询的架构不匹配,则会引发插入错误。

适用于