ManagedWrapper.Update Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Updates the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Update ( _
ByRef ObjectXml As String _
)
'Usage
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
)
Parameters
- ObjectXml
Type: System.String%
The object XML.
Implements
IDTSObjectVersionUpdate100.Update(String%)