DMQueryTask.OverwriteOutputTable Property

Definition

Gets or sets the Boolean value that indicates if 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.

Implements

Remarks

If the value of the property is False, and the schema of the output table does not match the schema of the result query, an insertion error is raised.

Applies to