Partager via


ProjectAccessor.CreateSsisServerExecution Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Crée une exécution de serveur SSIS.

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

Paramètres

serverName
String

Nom du serveur.

packagePath
String

Chemin d'accès au package.

referenceId
String

Identificateur de la référence.

use32BitRuntime
Boolean

True si la méthode utilise le runtime 32 bits ; sinon, false.

Retours

Retourne IDTSServerExecution100.

Implémente

Attributs

S’applique à