Linguaggio

Application.CreateSsisServerExecution(String, String, String, Boolean) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Crea l'esecuzione del server 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

Parametri

serverName
String

Nome del server.

packagePath
String

Il percorso per il pacco.

referenceId
String

Identificatore di riferimento.

use32BitRuntime
Boolean

Indica se il runtime a 32 bit viene utilizzato per eseguire il pacchetto su un sistema operativo a 64 bit.

Valori restituiti

Il server SSIS creato.

Attributi

Si applica a