MainPipeClass.IDTSObjectModel100_IsSavingXml Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the data flow task saves in Xml format.
public:
virtual property bool IDTSObjectModel100_IsSavingXml { bool get(); void set(bool value); };
public virtual bool IDTSObjectModel100_IsSavingXml { get; set; }
member this.IDTSObjectModel100_IsSavingXml : bool with get, set
Public Overridable Property IDTSObjectModel100_IsSavingXml As Boolean
Property Value
True if the data flow task saves in Xml format; otherwise, false.