Compartir a través de


Application.LoadFromSqlServer2 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 SQL Server by specifying the server name, user name, and password.

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

Sintaxis

'Declaración
Public Function LoadFromSqlServer2 ( _
    packagePath As String, _
    connectionObject As Object, _
    events As IDTSEvents _
) As Package
'Uso
Dim instance As Application 
Dim packagePath As String 
Dim connectionObject As Object 
Dim events As IDTSEvents 
Dim returnValue As Package 

returnValue = instance.LoadFromSqlServer2(packagePath, _
    connectionObject, events)
public Package LoadFromSqlServer2(
    string packagePath,
    Object connectionObject,
    IDTSEvents events
)
public:
Package^ LoadFromSqlServer2(
    String^ packagePath, 
    Object^ connectionObject, 
    IDTSEvents^ events
)
member LoadFromSqlServer2 : 
        packagePath:string * 
        connectionObject:Object * 
        events:IDTSEvents -> Package
public function LoadFromSqlServer2(
    packagePath : String, 
    connectionObject : Object, 
    events : IDTSEvents
) : Package

Parámetros

  • packagePath
    Tipo: System.String
    The name and path of the package to load.

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Package
The loaded package.

Vea también

Referencia

Application Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime