ProvidePersistenceProperties-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub ProvidePersistenceProperties ( _
pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Usage
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
)
Parameter
- pIDTSCustomPropertyCollection
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomPropertyCollection100