Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在 SQL Anywhere 远程数据库中变更 MobiLink 用户的属性。
ALTER SYNCHRONIZATION USER ml-username [ TYPE network-protocol ] [ ADDRESS protocol-options ] [ ADD OPTION option=value, ... ] [ ALTER OPTION option=value, ... ] [ DELETE { ALL OPTION | OPTION option } ]
ml-username : identifier
network-protocol : http | https | tls | tcpip | NULL
protocol-options : string | NULL
value : string | integer
TYPE 子句 此子句指定同步中使用的网络协议。缺省协议为 tcpip。
ADDRESS 子句 此子句指定 protocol-options,格式为 keyword=value,用分号分隔。您提供的设置取决于当前使用的通信协议(TCP/IP、TLS、HTTP 或 HTTPS)。
ADD OPTION、ALTER OPTION、DELETE OPTION 和 DELETE ALL OPTION 子句 这些子句分别用来添加、修改、删除扩展选项或删除所有扩展选项。可以在每个子句中仅指定一个选项。没有为 Delete All 指定选项。
network-protocol、protocol-options 和 options 可在多处设置。
此语句会使各选项和其它信息存储在 SQL Anywhere ISYSSYNC 系统表中。根据用户拥有的特权,可能会显示口令和加密证书。为避免发生这种潜在安全问题,可指定有关 dbmlsync 命令行的信息。
要求对发布中引用的所有表具有独占访问权限。
必须具有 SYS_REPLICATION_ADMIN_ROLE 系统角色。
自动提交。
SQL/2008 服务商扩充。