QAnywhere 允许使用 C++、Java 或 .NET API 定义消息属性。自定义消息属性允许创建与对象关联的名称值对。例如:
msg.SetStringProperty("Product", "widget"); msg.SetFloatProperty("Price",1.00); msg.SetIntProperty("Quantity",10); |
消息属性名称不区分大小写。可以使用字母、数字和下划线序列,但第一个字符必须是字母。以下名称将被保留,不能用作消息属性名:
![]() |
使用DocCommentXchange 讨论此页。
|
版权 © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |