IDTSXMLTask.SaveOperationResult 속성

정의

XML 태스크가 비교 작업 출력을 저장할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

XML 태스크가 Diff 작업 출력을 저장하면 true입니다. 그렇지 않으면 false입니다.

적용 대상