Interface IMessageQueueTask
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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 | |
---|---|---|
DataFileOverWritable | Infrastructure. | |
DTSMessageLineageID | Infrastructure. | |
DTSMessagePackageID | Infrastructure. | |
DTSMessageVersionID | Infrastructure. | |
EncryptionAlgo | Infrastructure. | |
ErrorIfMessageTimeOut | Infrastructure. | |
MsmqConnection | Infrastructure. | |
OperationDescription | Infrastructure. | |
ReceiveMessageTimeOut | Infrastructure. | |
ReceiveMessageType | Infrastructure. | |
ReceiveVariableMessage | Infrastructure. | |
RemoveFromQueue | Infrastructure. | |
SaveDataFileName | Infrastructure. | |
StringCompareType | Infrastructure. | |
StringCompareValue | Infrastructure. | |
StringMessageToVariableName | Infrastructure. | |
TaskType | Infrastructure. | |
Use2000Format | Infrastructure. | |
UseEncryption | Infrastructure. |
Haut de la page