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 クラス

 

setFloatProperty 関数

構文
void QAMessage::setFloatProperty(
  qa_const_string name,
  qa_float value
)
パラメータ
  • name   設定するプロパティの名前。

  • value   プロパティの qa_float 値。

備考

指定された名前を持つ qa_float 型プロパティを指定された値に設定します。

メッセージ・ヘッダとプロパティの取得と設定の詳細については、QAnywhere メッセージの概要を参照してください。

参照

MessageProperties クラス.