语言

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,且输出表的模式与结果查询模式不匹配,则会触发插入错误。

适用于