IDTSPersist Interface

 

Defines an interface that enables saving and loading data.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public interface class IDTSPersist

NameDescription
System_CAPS_pubmethodLoadFromXML(XmlNode^, IDTSEvents^)

Loads data stored in XML format.

System_CAPS_pubmethodSaveToXML(XmlDocument^%, XmlNode^, IDTSEvents^)

Saves information to an XML document.

Return to top
Show: