Méthode Update
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub Update ( _
ByRef ObjectXml As String _
)
'Utilisation
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
)
Paramètres
- ObjectXml
Type : System. . :: . .String%
Implémente
Voir aussi