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

Definizione

Crea un'esecuzione del server SSIS.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
[System.Runtime.InteropServices.DispId(70)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution (string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(70)>]
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution (bstrServerName As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100

Parametri

bstrServerName
String

Nome del server.

bstrPackagePath
String

Percorso del pacchetto.

bstrReferenceId
String

Identificatore del riferimento.

bUse32BitRuntime
Boolean

Viene indicato se il runtime a 32 bit viene utilizzato per eseguire il pacchetto in un sistema operativo a 64 bit.

Restituisce

IDTSServerExecution100

Server SSIS creato.

Attributi

Si applica a