Share via


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
Public property DataFileOverWritable Infrastructure.
Public property DTSMessageLineageID Infrastructure.
Public property DTSMessagePackageID Infrastructure.
Public property DTSMessageVersionID Infrastructure.
Public property EncryptionAlgo Infrastructure.
Public property ErrorIfMessageTimeOut Infrastructure.
Public property MsmqConnection Infrastructure.
Public property OperationDescription Infrastructure.
Public property ReceiveMessageTimeOut Infrastructure.
Public property ReceiveMessageType Infrastructure.
Public property ReceiveVariableMessage Infrastructure.
Public property RemoveFromQueue Infrastructure.
Public property SaveDataFileName Infrastructure.
Public property StringCompareType Infrastructure.
Public property StringCompareValue Infrastructure.
Public property StringMessageToVariableName Infrastructure.
Public property TaskType Infrastructure.
Public property Use2000Format Infrastructure.
Public property UseEncryption Infrastructure.

Top