IDMQueryTask.OverwriteOutputTable 속성

정의

예측 쿼리가 대상 테이블의 내용을 덮어쓸지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool OverwriteOutputTable { bool get(); void set(bool value); };
public bool OverwriteOutputTable { get; set; }
member this.OverwriteOutputTable : bool with get, set
Public Property OverwriteOutputTable As Boolean

속성 값

대상 테이블의 콘텐츠를 덮어쓰려면 true입니다. 기존 결과에 결과를 추가하려면 false입니다.

적용 대상