IDMQueryTask.OverwriteOutputTable Property

Definition

Gets or sets a value that indicates whether the prediction query should overwrite content in the destination table.

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

Property Value

true to overwrite the content in the destination table; false to append the results to the existing results.

Applies to