IDTSPersistenceComponent100.Load Method (IDTSObjectModel100, IDTSCustomPropertyCollection100)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the custom property within the collection.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(11)]
void Load(
    IDTSObjectModel100 pIDTSObjectModel,
    IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection
)
[DispIdAttribute(11)]
void Load(
    IDTSObjectModel100^ pIDTSObjectModel,
    IDTSCustomPropertyCollection100^ pIDTSCustomPropertyCollection
)
[<DispIdAttribute(11)>]
abstract Load : 
        pIDTSObjectModel:IDTSObjectModel100 *
        pIDTSCustomPropertyCollection:IDTSCustomPropertyCollection100 -> unit
<DispIdAttribute(11)>
Sub Load (
    pIDTSObjectModel As IDTSObjectModel100,
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100
)

Parameters

See Also

IDTSPersistenceComponent100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top