Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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.