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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere Java API 参考 » 用于客户端的 QAnywhere Java API » MessageProperties 接口

 

RASNAMES 变量

语法
final String MessageProperties.RASNAMES
注释

用于 "system" 队列消息,是指可用来连接 QAnywhere 服务器的 RAS 条目名的分隔列表。

此字段的值为 "ias_RASNames"。

您可以在 QAMessage.getStringProperty(String) 方法中传递 MessageProperties.RASNAMES 以访问相关属性。

此属性是只读属性。

另请参见

MessageProperties 接口

getStringProperty 方法