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 将结果追加到现有结果。

适用于