IDTSPipeline100.IsSavingXml プロパティ

定義

IDTSPipeline100が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

プロパティ値

IDTSPipeline100がXMLを保存している場合は真、そうでなければfalseです。

実装

属性

適用対象