Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
此语句用于删除 UltraLite 或 UltraLiteJ 同步配置文件。同步配置文件定义 UltraLite 或 UltraLiteJ 数据库如何与 MobiLink 服务器同步。
DROP SYNCHRONIZATION PROFILE [ IF EXISTS ] sync-profile-name
sync-profile-name 同步配置文件的名称。
如果您不希望在 DROP SYNCHRONIZATION PROFILE 语句试图删除不存在的同步配置文件时返回错误,请使用 IF EXISTS 子句。
无。
以下示例显示了用于删除名为 Test1 的同步配置文件的语法。
DROP SYNCHRONIZATION PROFILE Test1;