Método Update
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
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
- ObjectXml
Tipo: System. . :: . .String%