IDTSPersistenceComponent100.ProvidePersistenceProperties Method

Definition

Provides persistence on the component property collection.

public:
 void ProvidePersistenceProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ pIDTSCustomPropertyCollection);
[System.Runtime.InteropServices.DispId(13)]
public void ProvidePersistenceProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member ProvidePersistenceProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 -> unit
Public Sub ProvidePersistenceProperties (pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100)

Parameters

pIDTSCustomPropertyCollection
IDTSCustomPropertyCollection100

The custom object in the property collection.

Attributes

Applies to