MessageGlobalVariables Property

DTS Programming

DTS Programming

MessageGlobalVariables Property

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.

Applies To
DTSMQMessage Object
Syntax

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT MessageGlobalVariables(BSTR* pVal);

HRESULT MessageGlobalVariables(BSTR pVal);

Remarks

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.

See Also

DTSMQMessageType

MessageDataFile Property

MessageString Property

MessageType Property