Aracılığıyla paylaş


IDTSPersistenceComponent100.Load Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub Load ( _
    pIDTSObjectModel As IDTSObjectModel100, _
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Kullanım
Dim instance As IDTSPersistenceComponent100
Dim pIDTSObjectModel As IDTSObjectModel100
Dim pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100

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