ConnectionManagerBase.Update(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.