ESB_PARTOTL_QUERY_T

This structure queries metadata changes.

Type ESB_PARTOTL_QUERY_T            

   OperationType     As Integer  ' ESB_PARTITION_OP_REPLICATED, _LINKED, _TRANSPARENT
   HostDatabase      As ESB_PART_CONNECT_INFO_T
   MetaFilter        As ESB_PARTOTL_QRY_FILTER_T
End Type
Data Type Field Descriptions
Integer usOperationType One of the Operation Type constants listed below.
ESB_PART_CONNECT_INFO_T HostDatabase The host server database name.
ESB_PARTOTL_QRY_FILTER_T MetaFilter Criteria to further define names.

Operation Type Constants

#define ESB_PARTITION_OP_REPLICATED 	0x0001
#define ESB_PARTITION_OP_LINKED 	0x0002
#define ESB_PARTITION_OP_TRANSPARENT 	0x0004
#define ESB_PARTITION_OP_ALLTYPES 	(ESB_PARTITION_OP_REPLICATED |
					 ESB_PARTITION_OP_LINKED |
					 ESB_PARTITION_OP_TRANSPARENT)