Método IDTSPersistenceComponent100.Load
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Loads the custom property within the collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub Load ( _
pIDTSObjectModel As IDTSObjectModel100, _
pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Uso
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
)
Parâmetros
- pIDTSObjectModel
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
The object model that can be used in the collection.
- pIDTSCustomPropertyCollection
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The custom object in the property collection.