다음을 통해 공유


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 네임스페이스