UnicodeCharacterBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of the different types of Unicode Character behaviors allowed by Analysis Service.
public enum UnicodeCharacterBehavior
type UnicodeCharacterBehavior =
Public Enum UnicodeCharacterBehavior
- Inheritance
-
UnicodeCharacterBehavior
Fields
Name | Value | Description |
---|---|---|
CodeUnits | 1 | The surrogate behavior that is supported is codeunit mode. |
CodePoints | 2 | The surrogate behavior that is supported is codepoint mode. |