Partilhar via


Método ManagedWrapper.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 wrapper.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Sub Update ( _
    ByRef ObjectXml As String _
)
'Uso
Dim instance As ManagedWrapper 
Dim ObjectXml As String

instance.Update(ObjectXml)
public void Update(
    ref string ObjectXml
)
public:
virtual void Update(
    String^% ObjectXml
) sealed
abstract Update : 
        ObjectXml:string byref -> unit  
override Update : 
        ObjectXml:string byref -> unit
public final function Update(
    ObjectXml : String
)

Parâmetros

Implementa

IDTSObjectVersionUpdate100.Update(String%)

Consulte também

Referência

ManagedWrapper Classe

Namespace Microsoft.SqlServer.Dts.Runtime