IDTSApplication100.SaveToDtsServer 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:
void SaveToDtsServer(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSPackage100 ^ pPackage, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents, System::String ^ bstrPackagePath, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(47)]
public void SaveToDtsServer (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100 pPackage, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents, string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(47)>]
abstract member SaveToDtsServer : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 * string * string -> unit
Public Sub SaveToDtsServer (pPackage As IDTSPackage100, pEvents As IDTSEvents100, bstrPackagePath As String, bstrServerName As String)
Paramètres
- pPackage
- IDTSPackage100
- pEvents
- IDTSEvents100
- bstrPackagePath
- String
- bstrServerName
- String
- Attributs