Share via


IDTSComponentPersist Members

Include Protected Members
Include Inherited Members

Allows properties and settings for components and tasks to be saved and loaded from the package XML.

The IDTSComponentPersist type exposes the following members.

Methods

  Name Description
Public method LoadFromXML(XmlElement, IDTSInfoEvents) Loads component information from XML.
Public method SaveToXML(XmlDocument, IDTSInfoEvents) Saves a component to XML. Tasks and containers implement this method.

Top