Прочитај на енглеском

Делите путем


MQStringMessageCompare Enum

Definition

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.

C#
public enum MQStringMessageCompare
Inheritance
MQStringMessageCompare

Fields

Name Value Description
DTSMQStringMessageCompare_None 0

Specifies that no comparison is done.

DTSMQStringMessageCompare_Exact 1

Specifies that the message content must exactly match the string in the StringCompareValue.

DTSMQStringMessageCompare_IgnoreCase 2

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_Contains 3

Specifies that the message content must contain the string in the StringCompareValue.

Applies to

Производ Верзије
SQL Server .NET SDK 2016, 2017, 2019