Compartir a través de


IDTSPersistenceComponent100.Load Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Loads the custom property within the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

IDTSPersistenceComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper