KMBR27492-E <D>

%1構造体の%2番目でエラーが発生しました。
edmQueryOperator_EqualContentオペレータの第1オペランドに,NULLを指定しているか,SDBR_PROPERTY構造体以外を指定しているか,SDBR_PROPERTY構造体でpPropIDにedmProp_Contentプロパティ,edmProp_TextIndexプロパティ,edmProp_StIndexプロパティ,edmProp_ConceptTextIndexプロパティ又はedmProp_ConceptStIndexプロパティ以外を指定しています。
An error occurred at number %2 of the structure %1.
In the first operand of the edmQueryOperator_EqualContent operator, NULL is specified, something other than an SDBR_PROPERTY structure is specified, or something other than the following is specified in pPropID of the SDBR_PROPERTY structure: the edmProp_Content property, the edmProp_TextIndex property, the edmProp_StIndex property, the edmProp_ConceptTextIndex property, or the edmProp_ConceptStIndex property.

%1:SDBR_QUERYNODE(WHERE)
(S)
処理を中止して,エラーリターンします。
(O)
次の手順で対策を実施してください。
  1. edmQueryOperator_EqualContentオペレータの第1オペランドに,SDBR_PROPERTY構造体を指定する。
  2. 手順1で指定した構造体で,pPropIDに次に示すプロパティのどれかを指定する。
    ・edmProp_Contentプロパティ
    ・edmProp_TextIndexプロパティ
    ・edmProp_StIndexプロパティ
    ・edmProp_ConceptTextIndexプロパティ
    ・edmProp_ConceptStIndexプロパティ
  3. このメッセージの前に出力されたKMBR20000-Eで示すメソッドを実行する。
なお,戻り値については,「9. 戻り値一覧」を参照してください。