ESB_ATTRIBUTEQUERY_T

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 TypeFieldDescription
As VariantInputMemberAttribute member or dimension
As IntegerInputMemberTypeOne 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

See Table 20, VB API Attributes Terminology.

As IntegerOutputMemberTypeOne 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 IntegerOperationOne 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 VariantAttributeAttribute value