언어

IDTSXMLTask.SaveOperationResult 속성

정의

XML 작업이 Diff 연산 출력을 저장하는지 여부를 나타내는 값을 받거나 설정합니다.

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; 그렇지 않으면 거짓입니다.

적용 대상