IDTSPersistenceComponent100 Interface

 

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

Defines the persistence methods of a data flow component.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("12FBCDDB-C38B-46E3-A83E-6587934DCA74")]
public interface class IDTSPersistenceComponent100

NameDescription
System_CAPS_pubmethodLoad(IDTSObjectModel100^, IDTSCustomPropertyCollection100^)

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

Loads the custom property within the collection.

System_CAPS_pubmethodProvidePersistenceProperties(IDTSCustomPropertyCollection100^)

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

Provides persistence on the component property collection.

System_CAPS_pubmethodSave(IDTSObjectModel100^, IDTSCustomPropertyCollection100^)

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

Saves the custom property object in a collection.

Return to top
Show: