Compartir a través de


IDTSApplication100.LoadFromDtsServer 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 package from the specified server, and specifies the threading model.

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

Sintaxis

'Declaración
Function LoadFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String, _
    bLoadNeutral As Boolean, _
    pEvents As IDTSEvents100 _
) As IDTSPackage100
'Uso
Dim instance As IDTSApplication100 
Dim bstrPackagePath As String 
Dim bstrServerName As String 
Dim bLoadNeutral As Boolean 
Dim pEvents As IDTSEvents100 
Dim returnValue As IDTSPackage100 

returnValue = instance.LoadFromDtsServer(bstrPackagePath, _
    bstrServerName, bLoadNeutral, pEvents)
IDTSPackage100 LoadFromDtsServer(
    string bstrPackagePath,
    string bstrServerName,
    bool bLoadNeutral,
    IDTSEvents100 pEvents
)
IDTSPackage100^ LoadFromDtsServer(
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrServerName, 
    [InAttribute] bool bLoadNeutral, 
    [InAttribute] IDTSEvents100^ pEvents
)
abstract LoadFromDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string * 
        bLoadNeutral:bool * 
        pEvents:IDTSEvents100 -> IDTSPackage100
function LoadFromDtsServer(
    bstrPackagePath : String, 
    bstrServerName : String, 
    bLoadNeutral : boolean, 
    pEvents : IDTSEvents100
) : IDTSPackage100

Parámetros

  • bstrPackagePath
    Tipo: System.String
    The fully qualified path of the package to load.
  • bstrServerName
    Tipo: System.String
    The name of the server where the package is stored.
  • bLoadNeutral
    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
A IDTSPackage100 object that represents the loaded project.

Vea también

Referencia

IDTSApplication100 Interfaz

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