Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_DatabaseManager_iface 类

 

Shutdown 函数

关闭所有数据库并释放数据库管理器。

语法
void UltraLite_DatabaseManager_iface::Shutdown(
  ULSqlcaBase & sqlca
)
参数
  • sqlca   已初始化的 sqlca。

注释

任何剩余的关联对象都将被取消。调用此函数后,无法再使用数据库管理器(也无法使用任何其它以前获取的对象)。