IDTSPersist Interface
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.
Defines an interface that enables saving and loading data.
public interface class IDTSPersist
public interface IDTSPersist
type IDTSPersist = interface
Public Interface IDTSPersist
- Derived
Methods
LoadFromXML(XmlNode, IDTSEvents) |
Loads data stored in XML format. |
SaveToXML(XmlDocument, XmlNode, IDTSEvents) |
Saves information to an XML document. |