IMessageQueueTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Interface IMessageQueueTask
'Usage
Dim instance As IMessageQueueTask
public interface IMessageQueueTask
public interface class IMessageQueueTask
type IMessageQueueTask = interface end
public interface IMessageQueueTask
The IMessageQueueTask type exposes the following members.
Properties
Name | 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. |
Top