MQType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the Message Queue task is sending or receiving a message.
public enum class MQType
	public enum MQType
	type MQType = 
	Public Enum MQType
		- Inheritance
 - 
				MQType
 
Fields
| Name | Value | Description | 
|---|---|---|
| DTSMQType_Sender | 0 | The task is sending a message.  | 
			
| DTSMQType_Receiver | 1 | The task is receiving a message.  |