Compartir a través de


ProjectAccessor.CreateSsisServerExecution 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 ^ 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)>]
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override 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 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