ProjectAccessor.CreateSsisServerExecution Method

Definition

Important

This API is not CLS-compliant.

Creates an SSIS server execution.

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

Parameters

serverName
String

The server name.

packagePath
String

The package path.

referenceId
String

The reference identifier.

use32BitRuntime
Boolean

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

Returns

Returns IDTSServerExecution100.

Implements

Attributes

Applies to