MQType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the Message Queue task is sending or receiving a message.
public enum class MQType
C#
public enum MQType
type MQType =
Public Enum MQType
- Inheritance
-
MQType
Name | Value | Description |
---|---|---|
DTSMQType_Sender | 0 | The task is sending a message. |
DTSMQType_Receiver | 1 | The task is receiving a message. |
Produkt | Versioner |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |