Spazio dei nomi 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.

Classi

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

Interfacce

  Interfaccia Descrizione
Interfaccia pubblica IMessageQueueTask Infrastruttura. Represents an interface for the MessageQueueTask.

Enumerazioni

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