IDTSProjectAccessor100.CreateSsisServerExecution Method

Definition

Creates an SSIS server execution.

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

Parameters

bstrServerName
String

The server name.

bstrPackagePath
String

The package path.

bstrReferenceId
String

The reference identifier.

bUse32BitRuntime
Boolean

True if the method uses 32-bit runtime; otherwise, false.

Returns

Applies to