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 .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » MessageProperties 类

 

RAS 字段

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

语法
Visual Basic
Public Shared RAS As String
C#
public const string  RAS;
注释

此字段的值为 ias_Network.RAS。

有关详细信息,请参见预定义的客户端消息存储库属性

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

另请参见