MQType 枚举

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集:  Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)

语法

声明
Public Enumeration MQType
用法
Dim instance As MQType
public enum MQType
public enum class MQType
type MQType
public enum MQType

成员

成员名称 说明
DTSMQType_Sender The task is sending a message.
DTSMQType_Receiver The task is receiving a message.