MessageQueueTask.ReceiveMessageType 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 an MQMessageType value that indicates the message type to receive.
public:
property Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType ReceiveMessageType { Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType get(); void set(Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQMessageType value); };
public Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQMessageType ReceiveMessageType { get; set; }
member this.ReceiveMessageType : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQMessageType with get, set
Public Property ReceiveMessageType As MQMessageType
Property Value
An MQMessageType value that indicates the type of the incoming message.