The MessageString property sets or returns the string used as the data for a DTSMessageQueueTask object string message.
object.MessageString [= string]
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSMQMessage object |
| string | String used as the data for the message |
String
Read/write
HRESULT MessageString(BSTR* pVal);
HRESULT MessageString(BSTR pVal);
The MessageString property must be defined if the MessageType property is DTSMQMessageType_String.