The DTSMQMessageType constants are used with the MessageType property to specify the type of message defined by a DTSMQMessage object.
| Symbol | Value | Description |
|---|---|---|
| DTSMQMessageType_DataFile | 1 | Message consists of the contents of a data file. |
| DTSMQMessageType_GlobalVariables | 2 | Message consists of the names and values of one or more Data Transformation Services (DTS) package global variables. |
| DTSMQMessageType_String | 0 | Message is a text string. |