Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 命名空间

This namespace contains the members required to create a Message Queue task.

For the MessageQueueTask to work in either the API or in SSIS Designer, you must install SQL Server Integration Services. This feature will not work if only BI Development Studio is installed.

  说明
公共类 DataFileMessage Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
公共类 EncryptionAlgorithmWrapper Describes the type of encryption, if any, that the Message Queue task uses.
公共类 Formatter Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.
公共类 MessageQueueTask Contains the methods and properties used by the Message Queue task. This class cannot be inherited.
公共类 ServCompMQTask 基础结构。
公共类 StringFormatter 基础结构。
公共类 Variable2KFormatter 基础结构。
公共类 Version 基础结构。

接口

  接口 说明
公共接口 IMessageQueueTask 基础结构。

枚举

  枚举 说明
公共枚举 MQMessageType Describes the message type when the TaskType is set to a value of DTSMQType_Sender.
公共枚举 MQStringMessageCompare Contains values that control the method of comparison that is used by the Message Queue task when the Message Queue task is receiving a message. To receive a message, the TaskType must be set to DTSMQType_Receiver, and the message type must be set to DTSMQMessageType_String.
公共枚举 MQType Indicates if the Message Queue task is sending or receiving a message.
公共枚举 MSMQLog Specifies the events that are used for logging with the Message Queue task.