Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用指定的配置文件和合并参数同步数据库。
public ul_ret_void ULSynchronizeFromProfile( SQLCA * sqlca, char const * profile_name, char const * merge_parms, ul_sync_observer_fn observer, ul_void * user_data )
sqlca 指向 SQLCA 的指针。
profile_name 要同步的配置文件的名称。
merge_parms 用于同步的合并参数。
observer 将状态更新发送到的观察器回调。
user_data 传递到回调函数的用户上下文数据。
此方法与执行 SYNCHRONIZE 语句相同。