Linguaggio

IDTSProjectAccessor100.CreateSsisServerExecution Metodo

Definizione

Crea un'esecuzione di un server SSIS.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution(string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
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 del pacco.

bstrReferenceId
String

Identificatore di riferimento.

bUse32BitRuntime
Boolean

Vero se il metodo utilizza runtime a 32 bit; altrimenti, falso.

Valori restituiti

Si applica a