Partilhar via


Propriedade do RDL DMQueryTask.OverwriteOutputTable

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (em Microsoft.SqlServer.DMQueryTask.dll)

Sintaxe

'Declaração
Public Property OverwriteOutputTable As Boolean 
    Get 
    Set
'Uso
Dim instance As DMQueryTask 
Dim value As Boolean 

value = instance.OverwriteOutputTable

instance.OverwriteOutputTable = value
public bool OverwriteOutputTable { get; set; }
public:
virtual property bool OverwriteOutputTable {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract OverwriteOutputTable : bool with get, set 
override OverwriteOutputTable : bool with get, set
final function get OverwriteOutputTable () : boolean 
final function set OverwriteOutputTable (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true to overwrite the content in the destination table; false to append the results to the existing results.

Implementa

IDMQueryTask.OverwriteOutputTable

Comentários

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.

Consulte também

Referência

DMQueryTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.DMQueryTask