Share via


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。それ以外の場合は false。

適用対象