Metodo Update
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Sub Update ( _
ByRef ObjectXml As String _
)
'Utilizzo
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
)
Parametri
- ObjectXml
Tipo: System. . :: . .String%