Compartilhar via


Interface IMessageQueueTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface for the MessageQueueTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Public Interface IMessageQueueTask
'Uso
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask =  interface end
public interface IMessageQueueTask

O tipo IMessageQueueTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataFileOverWritable Infraestrutura. Gets or sets a value that indicates whether the data file message can overwrite an existing data file.
Propriedade pública DTSMessageLineageID Infraestrutura. Gets or sets the message lineage identifier.
Propriedade pública DTSMessagePackageID Infraestrutura. Gets or sets the identifier of the package that is the source of the message.
Propriedade pública DTSMessageVersionID Infraestrutura. Gets or sets the version identifier of the message.
Propriedade pública EncryptionAlgo Infraestrutura. Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.
Propriedade pública ErrorIfMessageTimeOut Infraestrutura. Gets or sets a value that indicates whether the task fails when the message times out.
Propriedade pública MsmqConnection Infraestrutura. Gets or sets the name of the connection for the MSMQ task.
Propriedade pública OperationDescription Infraestrutura. Gets or sets the description of the operation.
Propriedade pública ReceiveMessageTimeOut Infraestrutura. Gets or sets the number of seconds before a received message times out.
Propriedade pública ReceiveMessageType Infraestrutura. Gets or sets an MQMessageType value that indicates the message type to receive.
Propriedade pública ReceiveVariableMessage Infraestrutura. Gets or sets the name of the variable in which to store the message.
Propriedade pública RemoveFromQueue Infraestrutura. Gets or sets a value that indicates whether the message should be removed from the queue.
Propriedade pública SaveDataFileName Infraestrutura. Gets or sets the name of the file to which an incoming Data File message is saved.
Propriedade pública StringCompareType Infraestrutura. Gets or sets the string comparison method for a String message type when the TaskType is DTSMQType_Receiver.
Propriedade pública StringCompareValue Infraestrutura. Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.
Propriedade pública StringMessageToVariableName Infraestrutura. Gets or sets the name of the variable to which the message contents are saved.
Propriedade pública TaskType Infraestrutura. Gets or sets the type of the message task.
Propriedade pública Use2000Format Infraestrutura. Gets or sets a value that indicates whether the message uses SQL Server 2000 format.
Propriedade pública UseEncryption Infraestrutura. Gets or sets a value that indicates whether the message uses encryption.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.MessageQueueTask