Share via


MessageQueueTask.MessageType Property

Gets or sets a value that indicates the type of message being sent when the TaskType is DTSMQType_Sender.

Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)

Syntax

'Declaration
Public Property MessageType As MQMessageType
public MQMessageType MessageType { get; set; }
public:
property MQMessageType MessageType {
    MQMessageType get ();
    void set (MQMessageType value);
}
/** @property */
public MQMessageType get_MessageType ()

/** @property */
public void set_MessageType (MQMessageType value)
public function get MessageType () : MQMessageType

public function set MessageType (value : MQMessageType)

Property Value

A value from the MQMessageType enumeration that indicates the type of message to send.

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