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 命名空间