Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回与 MobiLink 统一数据库之间的现有连接。
Public Function GetConnection() As DBConnection
public DBConnection GetConnection()
统一数据库的当前连接。此连接仅在基础 MobiLink 连接的生存期内有效。
该连接与 MobiLink 用以执行 SQL 脚本的连接相同。不能以任何将会影响到 MobiLink 服务器对该连接的使用的方式提交、关闭或变更该连接。
在为该连接调用 end_connection 事件了之后,不要使用该连接。
如果需要具有完全访问权限的服务器连接,请使用 MakeConnection 方法。