ManagedForEachEnumeratorWrapper.Update Method

This API supports the infrastructure and is not intended to be used directly from your code.

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 ManagedForEachEnumeratorWrapper
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

Implements

IDTSObjectVersionUpdate100.Update(String%)