DTSMQMessage Object

From DTS Programming

DTS Programming

DTSMQMessage Object

The DTSMQMessage object holds the definition of a single message to be sent by a DTSMessageQueueTask object.

Collections

Properties Collection

Properties

MessageDataFile Property MessageType Property
MessageGlobalVariables Property UseTransaction Property
MessageString Property  

Methods
Reset Method

Remarks

DTSMQMessage objects are used only to define the messages to be sent by a DTSMessageQueueTask object. The single message to be received by a receiving task is defined by the task properties.

See Also

DTSMQMessages Collection

DTSMessageQueueTask Object