Compartilhar via


Interface IDTSPackageVersionUpdate100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines a method for the update of the package version.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")> _
Public Interface IDTSPackageVersionUpdate100
'Uso
Dim instance As IDTSPackageVersionUpdate100
[GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")]
public interface IDTSPackageVersionUpdate100
[GuidAttribute(L"4CF0C427-2B74-47C2-B665-5E0A2B25E409")]
public interface class IDTSPackageVersionUpdate100
[<GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")>]
type IDTSPackageVersionUpdate100 =  interface end
public interface IDTSPackageVersionUpdate100

O tipo IDTSPackageVersionUpdate100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público UpdateVersion Infraestrutura. Updates the version of the package.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper