Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回与给定选项名对应的选项的值。不受 UltraLite Java 版数据库支持。
SYNC_PROFILE_OPTION_VALUE(profile_name, option_name)
profile_name 要检查的同步配置文件的名称。
option_name 要为其检索对应值的选项的名称。
返回与给定选项名对应的选项的值。
带有句点的选项名将从子列表中检索值,句点之前是给定的基本选项名,句点之后是给定的子列表选项名。
SQL/2008 服务商扩充。
请考虑以下配置文件:
MobiLinkUid=joe;Stream=tcpip{host=sybase;port=1234};Ping=1
MobiLinkUid joe
stream tcpip{host=sybase;port=1234}
Stream.host sybase
Stream.port 1234
Ping 1