MessageQueueTaskStringCompareType Enumeration
The MessageQueueTaskStringCompareType enumeration provides options for which comparison transformations will be used when filtering messages in the SQL Server Integration Services Message Queue Task.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that messages will not be compared to a provided comparison string for filtering. |
ExactMatch | Specifies that messages must exactly match the provided compare string to pass the filter. |
IgnoreCase | Specifies that messages must exactly match the provided compare string, if character casing is ignored, to pass the filter. |
Containing | Specifies that messages must contain the provided compare string to pass the filter. |