Freigeben über


MQType-Enumeration

Indicates if the Message Queue task is sending or receiving a message.

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

Syntax

'Declaration
Public Enumeration MQType
'Usage
Dim instance As MQType
public enum MQType
public enum class MQType
type MQType
public enum MQType

Elemente

Elementname Beschreibung
DTSMQType_Receiver The task is receiving a message.
DTSMQType_Sender The task is sending a message.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask-Namespace