Partager via


Interface IDTSObjectVersionUpdate100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface for the version update of data transformatioon services object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")> _
Public Interface IDTSObjectVersionUpdate100
'Utilisation
Dim instance As IDTSObjectVersionUpdate100
[GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface IDTSObjectVersionUpdate100
[GuidAttribute(L"A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface class IDTSObjectVersionUpdate100
[<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")>]
type IDTSObjectVersionUpdate100 =  interface end
public interface IDTSObjectVersionUpdate100

Le type IDTSObjectVersionUpdate100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Version Infrastructure. Gets the version of the DTS object.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate Infrastructure. Specifies whether the version of DTS object can be updated.
Méthode publique Update Infrastructure. Updates the version of the DTS object.

Haut de la page

Notes

[!REMARQUE]

This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper