MessageQueueTask.ReceiveMessageType Property
Gets or sets an MQMessageType value that indicates the message type to receive.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Syntax
'Declaration
Public Property ReceiveMessageType As MQMessageType
public MQMessageType ReceiveMessageType { get; set; }
public:
virtual property MQMessageType ReceiveMessageType {
MQMessageType get () sealed;
void set (MQMessageType value) sealed;
}
/** @property */
public final MQMessageType get_ReceiveMessageType ()
/** @property */
public final void set_ReceiveMessageType (MQMessageType value)
public final function get ReceiveMessageType () : MQMessageType
public final function set ReceiveMessageType (value : MQMessageType)
Property Value
An MQMessageType value that indicates the type of the incoming message.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace