Share via


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

Definição

Importante

Esta API não está em conformidade com CLS.

Cria uma execução de servidor do 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

O nome do servidor.

packagePath
String

O caminho para o pacote.

referenceId
String

O identificador da referência.

use32BitRuntime
Boolean

Indica se o runtime de 32 bits é usado para executar o pacote em um sistema operacional de 64 bits.

Retornos

O servidor de SSIS criado.

Atributos

Aplica-se a