语言

IDMQueryTask.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 以将结果附加到已有结果上。

适用于