Partager via


Interface IMessageQueueTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface for the MessageQueueTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly :  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Syntaxe

'Déclaration
Public Interface IMessageQueueTask
'Utilisation
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask =  interface end
public interface IMessageQueueTask

Le type IMessageQueueTask expose les membres suivants.

Propriétés

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

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.MessageQueueTask