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
DTSMQType_Receiver | 1 | The task is receiving a message. |
DTSMQType_Sender | 0 | The task is sending a message. |