Share via


Application.CreateSsisServerExecution(String, String, String, Boolean) Método

Definición

Importante

Esta API no es conforme a CLS.

Crea la ejecución de servidor SSIS.

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

Parámetros

serverName
String

Nombre del servidor.

packagePath
String

Ruta de acceso del paquete.

referenceId
String

Identificador de referencia.

use32BitRuntime
Boolean

Indica si el motor en tiempo de ejecución de 32 bits se usa para ejecutar el paquete en un sistema operativo de 64 bits.

Devoluciones

Servidor SSIS creado.

Atributos

Se aplica a