MessageType Property

DTS Programming

DTS Programming

MessageType Property

The MessageType property sets or returns the type of message defined by the DTSMQMessage object.

Applies To
DTSMQMessage Object
Syntax

object.MessageType [= value]

Part Description
object Expression that evaluates to a DTSMQMessage object
value Code that defines the message type

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT MessageType(long* pVal);

HRESULT MessageType(long pVal);

Remarks

The valid values for this property are defined by the DTSMQMessageType constants.

See Also

DTSMQMessageType

MessageDataFile Property

MessageGlobalVariables Property

MessageString Property