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.