IMessageQueueTask.TaskType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.