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

 

setByteProperty 関数

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

  • value   プロパティの qa_byte 値。

備考

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

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

参照

MessageProperties クラス