MQType Enum

Definition

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

public enum class MQType
public enum MQType
type MQType = 
Public Enum MQType
Inheritance
MQType

Fields

DTSMQType_Receiver 1

The task is receiving a message.

DTSMQType_Sender 0

The task is sending a message.

Applies to