MQType 열거형

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리:  Microsoft.SqlServer.MSMQTask.dll의 Microsoft.SqlServer.MSMQTask

구문

‘선언
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.