다음을 통해 공유


MQMessageType Enumeration

Describes the message type when the TaskType is set to a value of DTSMQType_Sender.

네임스페이스: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)

구문

‘선언
Public Enumeration MQMessageType As Long
public enum MQMessageType : long
public enum class MQMessageType : long long
public enum MQMessageType
public enum MQMessageType

Members

Member name Description
DTSMQMessageType_DataFile Message source is a data file.
DTSMQMessageType_String Message source is a string.
DTSMQMessageType_Variables Message source is in a variable, and the destination is also a variable.
DTSMQMessagType_StringMessageToVariable Message source is text, and the destination is a variable. This enumeration is only valid when the Message Queue task is receiving a message.

주의

This enumeration determines which format the Message Queue task uses. The Message Queue task sends and receives messages to or from a queue used by Message Queuing (also known as MSMQ). The following types of messages can be sent:

  • A string message, which is supplied as the value of a property. Use the enumeration DTSMQMessageType_String for this type of message.

  • A data file message, which is generated from the contents of a specified data file. Use the enumeration DTSMQMessageType_DataFile for this type of message.

  • A variables message, which is generated from the names and values of one or more variables. Use the enumeration DTSMQMessageType_Variables for this type of message.

The DTSMQMessagType_StringMessageToVariable is not a valid value when sending a message.

For more information, see 메시지 큐 작업.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace