Compartir a través de


ProjectAccessor.CreateSsisServerExecution2 Método

Definición

Importante

Esta API no es conforme a CLS.

Crea una ejecución de servidor SSIS.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ serverName, System::String ^ serverUserName, System::String ^ serverPassword, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2 (string serverName, string serverUserName, string serverPassword, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution2 (serverName As String, serverUserName As String, serverPassword As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100

Parámetros

serverName
String

Nombre del servidor.

serverUserName
String

Nombre de usuario del servidor.

serverPassword
String

La contraseña del servidor.

packagePath
String

Ruta de acceso al paquete.

referenceId
String

Identificador de referencia.

use32BitRuntime
Boolean

True si el método usa tiempo de ejecución de 32 bits; de lo contrario, false.

Devoluciones

Devuelve IDTSServerExecution100.

Implementaciones

Atributos

Se aplica a