IDTSPersistenceComponent100.Save 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Saves the custom property object in a collection.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub Save ( _
    pIDTSObjectModel As IDTSObjectModel100, _
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
用法
Dim instance As IDTSPersistenceComponent100 
Dim pIDTSObjectModel As IDTSObjectModel100 
Dim pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100

instance.Save(pIDTSObjectModel, pIDTSCustomPropertyCollection)
void Save(
    IDTSObjectModel100 pIDTSObjectModel,
    IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection
)
void Save(
    [InAttribute] IDTSObjectModel100^ pIDTSObjectModel, 
    [InAttribute] IDTSCustomPropertyCollection100^ pIDTSCustomPropertyCollection
)
abstract Save : 
        pIDTSObjectModel:IDTSObjectModel100 * 
        pIDTSCustomPropertyCollection:IDTSCustomPropertyCollection100 -> unit
function Save(
    pIDTSObjectModel : IDTSObjectModel100, 
    pIDTSCustomPropertyCollection : IDTSCustomPropertyCollection100
)

参数

请参阅

参考

IDTSPersistenceComponent100 接口

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