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 C++ API 参考 » QAMessage 类

 

getBooleanProperty 函数

语法
qa_bool QAMessage::getBooleanProperty(
  qa_const_string name,
  qa_bool * value
)
参数
  • name   要获取的属性的名称。

  • value   qa_bool 值的目标。

注释

获取具有指定名称的 qa_bool 属性的值。

有关获取和设置消息标头和属性的详细信息,请参见QAnywhere 消息简介

另请参见

MessageProperties 类

返回值

当且仅当操作成功时返回 true。