IDTSPersist100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an interface that enables IDTSPersist100 saving and loading data.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("C2C4C48C-88E4-4A6E-BDA4-AB464A35B2EE")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSPersist100

NameDescription
System_CAPS_pubmethodLoadFromXML(Object^, IDTSEvents100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads data stored in XML format.

System_CAPS_pubmethodSaveToXML(Object^, Object^, IDTSEvents100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Saves information to an XML document.

For more information, see IDTSPersist100.

Return to top
Show: