Condividi tramite


ProjectAccessor.CreateSsisServerExecution Metodo

Definizione

Importante

Questa API non è conforme a CLS.

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

Parametri

serverName
String

Nome del server.

packagePath
String

Percorso del pacchetto.

referenceId
String

Identificatore del riferimento.

use32BitRuntime
Boolean

True se il metodo usa runtime a 32 bit; in caso contrario, false.

Restituisce

Restituisce IDTSServerExecution100.

Implementazioni

Attributi

Si applica a