Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Contains values that control the method of comparison that is used by the Message Queue task when the Message Queue task is receiving a message. To receive a message, the TaskType must be set to DTSMQType_Receiver, and the message type must be set to DTSMQMessageType_String.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Синтаксис
'Декларация
Public Enumeration MQStringMessageCompare As Long
public enum MQStringMessageCompare : long
public enum class MQStringMessageCompare : long long
public enum MQStringMessageCompare
public enum MQStringMessageCompare
Members
| Member name | Description |
|---|---|
| DTSMQStringMessageCompare_Contains | Specifies that the message content must contain the string in the StringCompareValue. |
| DTSMQStringMessageCompare_Exact | Specifies that the message content must exactly match the string in the StringCompareValue. |
| DTSMQStringMessageCompare_IgnoreCase | Specifies whether the comparison distinguishes between uppercase and lowercase letters. When this enumeration value is used, the string comparison ignores case. For example, "ABC" is identical to "abc". |
| DTSMQStringMessageCompare_None | Specifies that no comparison is done. |
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.