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_Connection_iface 类

 

SynchronizeFromProfile 函数

使用指定的配置文件和合并参数同步数据库。

语法
bool UltraLite_Connection_iface::SynchronizeFromProfile(
  ULValue const & profile_name,
  ULValue const & merge_parms
)
参数
  • profile_name   要同步的配置文件名称。

  • merge_parms   用于同步的合并参数

注释

这与执行 SYNCHRONIZE 语句相同。