Aracılığıyla paylaş


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

Name Value Description
DTSMQType_Sender 0

The task is sending a message.

DTSMQType_Receiver 1

The task is receiving a message.

Applies to