ProjectAccessor.CreateSsisServerExecution Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Erstellt eine SSIS-Serverausführung.

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

Parameter

serverName
String

Der Servername.

packagePath
String

Der Paketpfad.

referenceId
String

Der Verweisbezeichner.

use32BitRuntime
Boolean

True, wenn die Methode eine 32-Bit-Laufzeit verwendet; ansonsten falsch.

Gibt zurück

Gibt IDTSServerExecution100 zurück.

Implementiert

Attribute

Gilt für: