Método IDTSObjectVersionUpdate100.Update
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Updates the version of the DTS object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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
Comentários
Observação |
---|
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. |