Metodo IDTSObjectVersionUpdate100.Update
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Updates the version of the DTS object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub Update ( _
<OutAttribute> ByRef pbstrObjectXML As String _
)
'Utilizzo
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
)
Parametri
- pbstrObjectXML
Tipo: System.String%
The object to be updated
Osservazioni
[!NOTA]
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.