IMessageQueueTask.TaskType Property

Definition

Gets or sets the type of the message task.

public:
 property Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQType TaskType { Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQType get(); void set(Microsoft::SqlServer::Dts::Tasks::MessageQueueTask::MQType value); };
public Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQType TaskType { get; set; }
member this.TaskType : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.MQType with get, set
Public Property TaskType As MQType

Property Value

A valid value from the MQType enumeration that indicates the type of the message task.

Applies to