Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » MobiLink SQL Anywhere 客户端实用程序 (dbmlsync)

 

-e 选项

指定扩展选项。

语法
dbmlsync -e extended-option=value; ...
extended-option:
adr cd cr ctp dbs dir drs ds eh el ft hrt inc isc lt mem mn mp p pp sa sc sch scn st sv toc tor uo v vn vm vo vr vs vu
参数

可以用长格式或短格式来指定扩展选项。

请参见MobiLink SQL Anywhere 客户端扩展选项

注释

在命令行中使用 -e 选项指定的选项作用于在命令行中请求的所有同步。例如,在下面的命令行中,扩展选项 sv=test 作用于 pub1 和 pub2 这两个同步。

dbmlsync -e "sv=test" -n pub1 -n pub2

您可以在 dbmlsync 消息日志和 SYSSYNC 系统视图中查看扩展选项。

若要为单一上载指定扩展选项,请使用 -eu 选项。

另请参见
示例

以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置扩展选项:

dbmlsync -e "adr=host=localhost;dir=c:\db\logs"...