IDTSPackageVersionUpdate100.UpdateVersion 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.
Met à jour la version du package.
public:
void UpdateVersion(int PackageVersion, int TargetVersion, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ Events, [Runtime::InteropServices::Out] System::String ^ % XmlDocument, System::String ^ PackagePassword, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_PACKAGE_UPGRADE_OPTIONS packageUpgradeVersion);
[System.Runtime.InteropServices.DispId(0)]
public void UpdateVersion (int PackageVersion, int TargetVersion, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 Events, out string XmlDocument, string PackagePassword, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS packageUpgradeVersion);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member UpdateVersion : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS -> unit
Public Sub UpdateVersion (PackageVersion As Integer, TargetVersion As Integer, Events As IDTSInfoEvents100, ByRef XmlDocument As String, PackagePassword As String, packageUpgradeVersion As DTS_PACKAGE_UPGRADE_OPTIONS)
Paramètres
- PackageVersion
- Int32
Version du package.
- TargetVersion
- Int32
Version cible du package à mettre à jour.
- Events
- IDTSInfoEvents100
Objet qui implémente l'interface IDTSInfoEvents100 pour déclencher des événements d'erreur, d'avertissement ou des messages d'information.
- XmlDocument
- String
Document XML de la mise à jour de version.
- PackagePassword
- String
Mot de passe du package.
- packageUpgradeVersion
- DTS_PACKAGE_UPGRADE_OPTIONS
Version mise à niveau du package.
- Attributs