إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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
'Usage
Dim instance As MQType
public enum MQType
public enum class MQType
type MQType
public enum MQType
Members
| Member name | Description | |
|---|---|---|
| DTSMQType_Receiver | The task is receiving a message. | |
| DTSMQType_Sender | The task is sending a message. |