Dela via


MQType Enumeration

Indicates if the Message Queue task is sending or receiving a message.

Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)

Syntax

'Declaration
Public Enumeration MQType As Long
public enum MQType : long
public enum class MQType : long long
public enum MQType
public enum MQType

Members

Member name Description
DTSMQType_Receiver The task is receiving a message.
DTSMQType_Sender The task is sending a message.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace