IDTSPackageVersionUpdate130.UpdateTargetServerVersion Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
void UpdateTargetServerVersion(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTargetServerVersion CurrentVersion, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTargetServerVersion NewVersion, 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(1)]
public void UpdateTargetServerVersion (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion CurrentVersion, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion NewVersion, 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(1)>]
abstract member UpdateTargetServerVersion : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS -> unit
Public Sub UpdateTargetServerVersion (CurrentVersion As DTSTargetServerVersion, NewVersion As DTSTargetServerVersion, Events As IDTSInfoEvents100, ByRef XmlDocument As String, PackagePassword As String, packageUpgradeVersion As DTS_PACKAGE_UPGRADE_OPTIONS)
Parámetros
- CurrentVersion
- DTSTargetServerVersion
- NewVersion
- DTSTargetServerVersion
- Events
- IDTSInfoEvents100
- XmlDocument
- String
- PackagePassword
- String
- packageUpgradeVersion
- DTS_PACKAGE_UPGRADE_OPTIONS
- Atributos