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 - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 语句

 

UltraLite DROP SYNCHRONIZATION PROFILE 语句

此语句用于删除 UltraLite 同步配置文件。同步配置文件定义 UltraLite 数据库如何与 MobiLink 服务器同步。

语法
DROP SYNCHRONIZATION PROFILE sync-profile-name
参数
  • sync-profile-name   同步配置文件的名称。

注释

无。

副作用

无。

另请参见
示例

以下示例显示了用于删除名为 Test1 的同步配置文件的语法。

DROP SYNCHRONIZATION PROFILE Test1;