Share via


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)

Syntax

public interface IDTSPersist

The IDTSPersist type exposes the following members.

Methods

  Name Description
Public method LoadFromXML Loads data stored in XML format.
Public method SaveToXML Saves information to an XML document.

Top