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 命名空间