Propriedade do RDL IDMQueryTask.OverwriteOutputTable
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether 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
Property OverwriteOutputTable As Boolean
Get
Set
'Uso
Dim instance As IDMQueryTask
Dim value As Boolean
value = instance.OverwriteOutputTable
instance.OverwriteOutputTable = value
bool OverwriteOutputTable { get; set; }
property bool OverwriteOutputTable {
bool get ();
void set (bool value);
}
abstract OverwriteOutputTable : bool with get, set
function get OverwriteOutputTable () : boolean
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.