共用方式為


IDTSPersistenceComponent100.ProvidePersistenceProperties 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Provides persistence on the component property collection.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub ProvidePersistenceProperties ( _
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'用途
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
)

參數

請參閱

參考

IDTSPersistenceComponent100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間