IDTSApplication100.CreateSsisServerExecution 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.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
[System.Runtime.InteropServices.DispId(70)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSServerExecution100 CreateSsisServerExecution (string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(70)>]
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSServerExecution100
Public Function CreateSsisServerExecution (bstrServerName As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100
Paramètres
- bstrServerName
- String
- bstrPackagePath
- String
- bstrReferenceId
- String
- bUse32BitRuntime
- Boolean
Retours
Serveur SSIS créé.
- Attributs