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 要向其发送状态更新的 Observer 回调。
user_data 传递到回调的用户上下文数据。