Partager via


Méthode IDTSObjectVersionUpdate100.Update

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

Updates the version of the DTS object.

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

Syntaxe

'Déclaration
Sub Update ( _
    <OutAttribute> ByRef pbstrObjectXML As String _
)
'Utilisation
Dim instance As IDTSObjectVersionUpdate100 
Dim pbstrObjectXML As String

instance.Update(pbstrObjectXML)
void Update(
    out string pbstrObjectXML
)
void Update(
    [InAttribute] [OutAttribute] String^% pbstrObjectXML
)
abstract Update : 
        pbstrObjectXML:string byref -> unit
function Update(
    pbstrObjectXML : String
)

Paramètres

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

IDTSObjectVersionUpdate100 Interface

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