IDTSObjectModel100.IsSavingXml プロパティ

定義

データフロータスクがXML形式で保存されるかどうかを示す値を取得または設定します。

public:
 property bool IsSavingXml { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool IsSavingXml { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.IsSavingXml : bool with get, set
Public Property IsSavingXml As Boolean

プロパティ値

データフロータスクがXML形式で保存される場合、trueとなります。そうでなければ、誤りです。

属性

適用対象