Partager via


Méthode ApplicationClass.LoadFromDtsServer

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Loads a package from the specified server.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Function LoadFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String, _
    bLoadNeutral As Boolean, _
    pEvents As IDTSEvents100 _
) As IDTSPackage100
'Utilisation
Dim instance As ApplicationClass 
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)
public virtual IDTSPackage100 LoadFromDtsServer(
    string bstrPackagePath,
    string bstrServerName,
    bool bLoadNeutral,
    IDTSEvents100 pEvents
)
public:
virtual 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  
override LoadFromDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string * 
        bLoadNeutral:bool * 
        pEvents:IDTSEvents100 -> IDTSPackage100
public function LoadFromDtsServer(
    bstrPackagePath : String, 
    bstrServerName : String, 
    bLoadNeutral : boolean, 
    pEvents : IDTSEvents100
) : IDTSPackage100

Paramètres

  • bstrPackagePath
    Type : System.String
    The fully qualified path of the package.
  • bstrServerName
    Type : System.String
    The server where the package is stored.
  • bLoadNeutral
    Type : System.Boolean
    true to load the package as neutral threaded. false to load the package as apartment threaded.

Valeur de retour

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

Implémente

IDTSApplication100.LoadFromDtsServer(String, String, Boolean, IDTSEvents100)

Voir aussi

Référence

ApplicationClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper