DTSMQType
The DTSMQType constants are used with the TaskType property to specify the type of the DTSMessageQueueTask object.
Symbol |
Value |
Description |
DTSMQType_Receiver |
1 |
Task object is to receive a single message. |
DTSMQType_Sender |
0 |
Task object is to send one or more messages. |
See Also
DTSMessageQueueTask Object
TaskType Property