Método Save
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub Save ( _
pIDTSObjectModel As IDTSObjectModel100, _
pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'Uso
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
)
Parâmetros
- pIDTSObjectModel
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSObjectModel100
- pIDTSCustomPropertyCollection
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomPropertyCollection100