Freigeben über


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)

Eigenschaftswert

An MQMessageType value that indicates the type of the incoming message.

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