IDMQueryTask.OverwriteOutputTable Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Property OverwriteOutputTable As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean