MainPipeClass.IDTSObjectModel100_IsSavingXml Property

Definition

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.

Applies to