MessageQueueTask::TaskType Property
Gets or sets a value that indicates whether the message task is sending or receiving.
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
public: property MQType TaskType { virtual MQType get() sealed; virtual void set(MQType value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask::MQTypeA valid value from the MQType enumeration.
Implements
IMessageQueueTask::TaskType
Show: