Compartir a través de


OverwriteOutputTable Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado:  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .Boolean