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.