Load-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub Load ( _
pIDTSObjectModel As IDTSObjectModel100, _
pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Usage
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
)
Parameter
- pIDTSObjectModel
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSObjectModel100
- pIDTSCustomPropertyCollection
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomPropertyCollection100