IDTSPersistenceComponent100.ProvidePersistenceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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