ProjectAccessor.CreateSsisServerExecution2 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Crée une exécution de serveur SSIS.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ serverName, System::String ^ serverUserName, System::String ^ serverPassword, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2 (string serverName, string serverUserName, string serverPassword, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution2 (serverName As String, serverUserName As String, serverPassword As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100
Paramètres
- serverName
- String
Nom du serveur.
- serverUserName
- String
Nom d’utilisateur du serveur.
- serverPassword
- String
Mot de passe 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