Linguaggio

IDTSApplication100.CreateSsisServerExecution Metodo

Definizione

Crea l'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

Il percorso per il pacco.

bstrReferenceId
String

Identificatore di riferimento.

bUse32BitRuntime
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