Freigeben über


Microsoft.SqlServer.Dts.Tasks.MessageQueueTask-Namespace

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-Datentools is installed.

Klassen

  Klasse Beschreibung
Öffentliche Klasse DataFileMessage Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
Öffentliche Klasse EncryptionAlgorithmWrapper Describes the type of encryption, if any, that the Message Queue task uses.
Öffentliche Klasse 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.
Öffentliche Klasse MessageQueueTask Contains the methods and properties used by the Message Queue task. This class cannot be inherited.
Öffentliche Klasse ServCompMQTask Infrastruktur Contains the service component for the Message Queue task.
Öffentliche Klasse StringFormatter Infrastruktur Represents a string formatter for the message.
Öffentliche Klasse Variable2KFormatter Infrastruktur Represents a variable formatter.
Öffentliche Klasse Version Infrastruktur Represents the task version.

Schnittstellen

  Schnittstelle Beschreibung
Öffentliche Schnittstelle IMessageQueueTask Infrastruktur Represents an interface for the MessageQueueTask.

Enumerationen

  Enumeration Beschreibung
Öffentliche Enumeration MQMessageType Describes the message type when the TaskType is set to a value of DTSMQType_Sender.
Öffentliche Enumeration 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.
Öffentliche Enumeration MQType Indicates if the Message Queue task is sending or receiving a message.
Öffentliche Enumeration MSMQLog Specifies the events that are used for logging with the Message Queue task.