IDTSObjectVersionUpdate100.Update Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Updates the version of the DTS object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub Update ( _
<OutAttribute> ByRef pbstrObjectXML As String _
)
'Uso
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
)
Parámetros
- pbstrObjectXML
Tipo: System.String%
The object to be updated
Comentarios
[!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.