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。

实现

属性

适用于