Compartir a través de


IDTSApplication100.LoadPackage Método

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

Loads a IDTSPackage100 from the file system.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function LoadPackage ( _
    FileName As String, _
    loadNeutral As Boolean, _
    pEvents As IDTSEvents100 _
) As IDTSPackage100
'Uso
Dim instance As IDTSApplication100 
Dim FileName As String 
Dim loadNeutral As Boolean 
Dim pEvents As IDTSEvents100 
Dim returnValue As IDTSPackage100 

returnValue = instance.LoadPackage(FileName, _
    loadNeutral, pEvents)
IDTSPackage100 LoadPackage(
    string FileName,
    bool loadNeutral,
    IDTSEvents100 pEvents
)
IDTSPackage100^ LoadPackage(
    [InAttribute] String^ FileName, 
    [InAttribute] bool loadNeutral, 
    [InAttribute] IDTSEvents100^ pEvents
)
abstract LoadPackage : 
        FileName:string * 
        loadNeutral:bool * 
        pEvents:IDTSEvents100 -> IDTSPackage100
function LoadPackage(
    FileName : String, 
    loadNeutral : boolean, 
    pEvents : IDTSEvents100
) : IDTSPackage100

Parámetros

  • FileName
    Tipo: System.String
    The name of the file that contains the package to load.
  • loadNeutral
    Tipo: System.Boolean
    true to load the package as neutral threaded; false to load the package as apartment threaded.

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
The package that was loaded.

Vea también

Referencia

IDTSApplication100 Interfaz

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