Share via


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

プロパティ値

xml を保存する IDTSPipeline100 場合は True、それ以外の場合は false。

実装

属性

適用対象