DMQueryTask.OverwriteOutputTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.