ConnectionManagerBase.Update(String) 方法

定义

更新以前版本的连接管理器保留的 XML。

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)

参数

ObjectXml
String

用于更新连接管理器的 XML。

适用于