Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Members
| Member name | Description | |
|---|---|---|
| DTSMQType_Receiver | The task is receiving a message. | |
| DTSMQType_Sender | The task is sending a message. |