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 接口

 

RAS 变量

语法
final String MessageProperties.RAS
注释

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

此字段的值为 "ias_Network.RAS"。

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

此属性是只读属性。

另请参见

MessageProperties 接口

getStringProperty 方法