IDTSPersist Interface

Definition

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.

Applies to