共用方式為


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 SQL Server Data Tools 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 基礎結構。Contains the service component for the Message Queue task.
公用類別 StringFormatter 基礎結構。Represents a string formatter for the message.
公用類別 Variable2KFormatter 基礎結構。Represents a variable formatter.
公用類別 Version 基礎結構。Represents the task version.

介面

  介面 說明
公用介面 IMessageQueueTask 基礎結構。Represents an interface for the MessageQueueTask.

列舉

  列舉 說明
公用列舉 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.