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

 

setLongProperty 関数

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

  • value   プロパティの qa_long 値。

備考

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

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

参照

MessageProperties クラス.