MessageQueueTask.MessageType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the type of message being sent when the TaskType is DTSMQType_Sender.
public:
property Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType MessageType { Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType get(); void set(Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType value); };
public Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQMessageType MessageType { get; set; }
member this.MessageType : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQMessageType with get, set
Public Property MessageType As MQMessageType
Property Value
A value from the MQMessageType enumeration that indicates the type of message to send.