Поделиться через


Интерфейс IMessageQueueTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents an interface for the MessageQueueTask.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка:  Microsoft.SqlServer.MSMQTask (в Microsoft.SqlServer.MSMQTask.dll)

Синтаксис

'Декларация
Public Interface IMessageQueueTask
'Применение
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask =  interface end
public interface IMessageQueueTask

Тип IMessageQueueTask обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataFileOverWritable Инфраструктура. Gets or sets a value that indicates whether the data file message can overwrite an existing data file.
Открытое свойство DTSMessageLineageID Инфраструктура. Gets or sets the message lineage identifier.
Открытое свойство DTSMessagePackageID Инфраструктура. Gets or sets the identifier of the package that is the source of the message.
Открытое свойство DTSMessageVersionID Инфраструктура. Gets or sets the version identifier of the message.
Открытое свойство EncryptionAlgo Инфраструктура. Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.
Открытое свойство ErrorIfMessageTimeOut Инфраструктура. Gets or sets a value that indicates whether the task fails when the message times out.
Открытое свойство MsmqConnection Инфраструктура. Gets or sets the name of the connection for the MSMQ task.
Открытое свойство OperationDescription Инфраструктура. Gets or sets the description of the operation.
Открытое свойство ReceiveMessageTimeOut Инфраструктура. Gets or sets the number of seconds before a received message times out.
Открытое свойство ReceiveMessageType Инфраструктура. Gets or sets an MQMessageType value that indicates the message type to receive.
Открытое свойство ReceiveVariableMessage Инфраструктура. Gets or sets the name of the variable in which to store the message.
Открытое свойство RemoveFromQueue Инфраструктура. Gets or sets a value that indicates whether the message should be removed from the queue.
Открытое свойство SaveDataFileName Инфраструктура. Gets or sets the name of the file to which an incoming Data File message is saved.
Открытое свойство StringCompareType Инфраструктура. Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver.
Открытое свойство StringCompareValue Инфраструктура. Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
Открытое свойство StringMessageToVariableName Инфраструктура. Gets or sets the name of the variable to which the message contents are saved.
Открытое свойство TaskType Инфраструктура. Gets or sets the type of the message task.
Открытое свойство Use2000Format Инфраструктура. Gets or sets a value that indicates whether the message uses SQL Server 2000 format.
Открытое свойство UseEncryption Инфраструктура. Gets or sets a value that indicates whether the message uses encryption.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.MessageQueueTask