Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |