ConnectionManagerBase.Update(String) Method

Definition

Updates the XML persisted by a previous version of the connection manager.

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)

Parameters

ObjectXml
String

The XML used to update the connection manager XML.

Applies to