Enumerazione MQType
Indicates if the Message Queue task is sending or receiving a message.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Public Enumeration MQType
'Utilizzo
Dim instance As MQType
public enum MQType
public enum class MQType
type MQType
public enum MQType
Membri
Nome membro | Descrizione | |
---|---|---|
DTSMQType_Sender | The task is sending a message. | |
DTSMQType_Receiver | The task is receiving a message. |