Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |