EncodingHintType 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.
Encoding hint to suggest whether a column should use hash encoding.
public enum EncodingHintType
type EncodingHintType =
Public Enum EncodingHintType
- Inheritance
-
EncodingHintType
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default behavior - the server will automatically decide which encoding to use |
Hash | 1 | Hash encoding |
Value | 2 | Value encoding |
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.