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 类

 

setDoubleProperty 函数

语法
void QAMessage::setDoubleProperty(
  qa_const_string name,
  qa_double value
)
参数
  • name   要设置的属性的名称。

  • value   属性的 qa_double 值。

注释

将具有指定名称的 qa_double 属性设置为指定值。

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

另请参见

MessageProperties 类.