ESB_ATTRIBUTEQUERY_T

This structure contains attribute information for a given attribute member or dimension. It is used by EsbGetAttributeInfo(). The fields are:

Type ESB_ATTRIBUTEQUERY_T
  InputMember      As Variant
  InputMemberType  As Integer
  OutputMemberType As Integer
  Operation        As Integer
  Attribute        As Variant
End Type
VB Data Type Field Description
As Variant InputMember Attribute member or dimension
As Integer InputMemberType One of the following member types:
As Integer OutputMemberType One of the following member types:
  • ESB_ATTRIBUTE_DIMENSION
  • ESB_ATTRIBUTE_MEMBER
  • ESB_STANDARD_DIMENSION
  • ESB_STANDARD_MEMBER
  • ESB_BASE_DIMENSION
  • ESB_BASE_MEMBER
  • ESB_ATTRIBUTED_MEMBER
  • ESB_INVALID_MEMBER
As Integer Operation One of the following operations:
  • ESB_EQ: equal to
  • ESB_NEQ: not equal to
  • ESB_GT: greater than
  • ESB_LT: less than
  • ESB_GTE: greather than or equal to
  • ESB_LTE: lesser than or equal to
  • ESB_TYPEOF
  • ESB_ALL
As Variant Attribute Attribute value