The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

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

NameSummary
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.

© Varigence