ConnectionManagerBase.Update(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met à jour le code XML rendu persistant par une version précédente du gestionnaire de connexions.
public:
virtual void Update(System::String ^ % ObjectXml);
public virtual void Update (ref string ObjectXml);
abstract member Update : string -> unit
override this.Update : string -> unit
Public Overridable Sub Update (ByRef ObjectXml As String)
Paramètres
- ObjectXml
- String
Code XML utilisé pour mettre à jour le gestionnaire de connexions.