DTS Programming
MessageString Property
The MessageString property sets or returns the string used as the data for a DTSMessageQueueTask object string message.
Applies To
| DTSMQMessage Object |
Syntax
object.MessageString [= string]
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSMQMessage object |
| string | String used as the data for the message |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT MessageString(BSTR* pVal);
HRESULT MessageString(BSTR pVal);
Remarks
The MessageString property must be defined if the MessageType property is DTSMQMessageType_String.