Énumération MQType
Indicates if the Message Queue task is sending or receiving a message.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly : Microsoft.SqlServer.MSMQTask (dans Microsoft.SqlServer.MSMQTask.dll)
Syntaxe
'Déclaration
Public Enumeration MQType
'Utilisation
Dim instance As MQType
public enum MQType
public enum class MQType
type MQType
public enum MQType
Membres
Nom de membre | Description | |
---|---|---|
DTSMQType_Sender | The task is sending a message. | |
DTSMQType_Receiver | The task is receiving a message. |