The MessageGlobalVariables property sets or returns a list of the names of the global variables that provides the data for a DTSMessageQueueTask object global variables message.
object.MessageGlobalVariables [= list]
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSMQMessage object |
| list | Semicolon-separated list of the Data Transformation Services (DTS) global variables used to construct the message |
String
Read/write
HRESULT MessageGlobalVariables(BSTR* pVal);
HRESULT MessageGlobalVariables(BSTR pVal);
The MessageGlobalVariables property must be defined if the MessageType property is DTSMQMessageType_DTSGlobalVariables. The global variables must be defined in the package that contains the DTSMessageQueueTask object.