IDTSPackageVersionUpdate100.UpdateVersion Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Essa API dá suporte à infraestrutura do produto e não se destina a ser usada diretamente do seu código. Atualiza a versão do pacote.
public:
void UpdateVersion(int PackageVersion, int TargetVersion, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSInfoEvents100 ^ Events, [Runtime::InteropServices::Out] System::String ^ % XmlDocument, System::String ^ PackagePassword, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTS_PACKAGE_UPGRADE_OPTIONS packageUpgradeVersion);
[System.Runtime.InteropServices.DispId(0)]
public void UpdateVersion (int PackageVersion, int TargetVersion, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSInfoEvents100 Events, out string XmlDocument, string PackagePassword, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTS_PACKAGE_UPGRADE_OPTIONS packageUpgradeVersion);
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)
Parâmetros
- PackageVersion
- Int32
A versão do pacote.
- TargetVersion
- Int32
A versão de destino para que o pacote seja atualizado.
- Events
- IDTSInfoEvents100
Um objeto que implementa o IDTSInfoEvents100 interface para gerar erros, avisos ou eventos informativos.
- XmlDocument
- String
- PackagePassword
- String
- packageUpgradeVersion
- DTS_PACKAGE_UPGRADE_OPTIONS
- Atributos