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.Sql2012
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
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: