IDTSPersistenceComponent100.Save Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Saves the custom property object in a collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
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
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.