KMBR13043-E <P,F>
プロパティ及びリストの要素の組み合わせが不正です。
The combination of the property and the list elements is invalid.
表4-8 KMBR13043-E プロパティ別の対策一覧
プロパティ名 | 対策 |
---|---|
dmaClass_PropertyDescriptionXXXXクラスのdmaProp_IsOrderableプロパティおよびdmaProp_IsSelectableプロパティ | dmaProp_IsOrderableプロパティに1を指定する場合は,dmaProp_IsSelectableプロパティにも1を指定してください。なお,XXXXには,Binary,Boolean,DateTime,Float64,Id,Integer32,ObjectまたはStringのどれかが入ります。 |
dmaClass_QueryOperandDescriptionクラスのdmaProp_AllowsSingletonプロパティおよびdmaProp_AllowsListプロパティ | dmaProp_AllowsSingletonプロパティまたはdmaProp_AllowsListプロパティの少なくとも一つに,1を指定してください。 |
dmaClass_QueryOperandDescriptionクラスのdmaProp_AllowsContextプロパティ,dmaProp_AllowsPropertyプロパティおよびdmaProp_AllowsExpressionプロパティ | dmaProp_AllowsContextプロパティ,dmaProp_AllowsPropertyプロパティまたはdmaProp_AllowsExpressionプロパティの少なくとも一つに,1を指定してください。 |
dmaClass_QueryOperatorDescriptionクラスのdmaProp_JoinParticipationプロパティおよびdmaProp_ResultTypeプロパティ | dmaProp_JoinParticipationプロパティにDMA_JOIN_PARTICIPATION_OPERANDまたはDMA_JOIN_PARTICIPATION_OPERATORを指定する場合は,dmaProp_ResultTypeプロパティにDMA_DATATYPE_CLASSを指定してください。 |
dmaClass_QueryOperatorDescriptionクラスのdmaProp_JoinParticipationプロパティおよびdmaProp_IsListプロパティ | dmaProp_JoinParticipationプロパティにDMA_JOIN_PARTICIPATION_OPERANDまたはDMA_JOIN_PARTICIPATION_OPERATORを指定する場合は,dmaProp_IsListプロパティに0を指定してください。 |