Contains information about a query description.
Type ESB_PREDICATE_T ulQuery As Long ulOptions As Long pszDimension As String * ESB_MBRNAMELEN pszString1 As String * 256 pszString2 As String * 256 End Type
Data Type | Field | Description |
---|---|---|
Long | ulQuery | Type of query. See EsbOtlQueryMembers for more information. |
Long | ulOptions | Options dependent on the query type. See EsbOtlQueryMembers for more information. |
String * ESB_MBRNAMELEN | pszDimension | Dimension name. See EsbOtlQueryMembers for more information. |
String * 256 | pszString1 | Input string value. See EsbOtlQueryMembers for more information. |
String * 256 | pszString2 | Input string value. See EsbOtlQueryMembers for more information. |