TheobaldXtractStringConversionType Enumeration
The TheobaldXtractStringConversionType enumeration provides options for how string conversions should be handled in source components.
Enumeration Values
Name | Summary |
---|---|
Automatic | Specifies string are converted to ANSI vs. Unicode based on the settings of the source system. |
ConvertToVarChar | Specifies that all string are converted to ANSI, regardless of source system settings. |
ConvertToNVarChar | Specifies that all string are converted to Unicode, regardless of source system settings. |