IDTSPackagePersist100 Interface

 

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

Defines methods for the persistence of the package.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("4B8D808B-EE1E-4E8F-9F04-DB42058415CF")]
public interface class IDTSPackagePersist100

NameDescription
System_CAPS_pubmethodClonePackageToXML(Object^%, Boolean, IDTSEvents100^)

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

Clones the package to an XML format.

System_CAPS_pubmethodLoadPackageFromXML(Object^, Boolean, IDTSEvents100^)

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

Loads the package from an XML format.

System_CAPS_pubmethodSavePackageToXML(Object^%, Boolean, IDTSEvents100^)

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

Saves the package to an XML format.

Return to top
Show: