Partager via


ProvidePersistenceProperties méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub ProvidePersistenceProperties ( _
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Utilisation
Dim instance As IDTSPersistenceComponent100
Dim pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100

instance.ProvidePersistenceProperties(pIDTSCustomPropertyCollection)
void ProvidePersistenceProperties(
    IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection
)
void ProvidePersistenceProperties(
    [InAttribute] IDTSCustomPropertyCollection100^ pIDTSCustomPropertyCollection
)
abstract ProvidePersistenceProperties : 
        pIDTSCustomPropertyCollection:IDTSCustomPropertyCollection100 -> unit 
function ProvidePersistenceProperties(
    pIDTSCustomPropertyCollection : IDTSCustomPropertyCollection100
)