Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides persistence on the component property collection.
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
)
Parameters
- pIDTSCustomPropertyCollection
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The custom object in the property collection.