Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用给定名称基于给定的 ul_sync_info 结构创建同步配置文件。
public ul_bool ULSetSyncInfo( SQLCA * sqlca, char const * profile_name, ul_sync_info * sync_info )
sqlca 指向 SQLCA 的指针。
profile_name 同步配置文件的名称。
sync_info 指向保存同步参数的 ul_sync_info 结构的指针。
如果成功,则返回 true;否则返回 false。
同步配置文件会替换之前的同名配置文件。通过指定该结构的空指针,可删除指定的配置文件。