Freigeben über


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)

Eigenschaftswert

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace