Поделиться через


Свойство IDMQueryTask.OverwriteOutputTable

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Сборка:  Microsoft.SqlServer.DMQueryTask (в Microsoft.SqlServer.DMQueryTask.dll)

Синтаксис

'Декларация
Property OverwriteOutputTable As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

IDMQueryTask Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Tasks.DMQueryTask