EncodingHintType Enum

Definition

Encoding hint to suggest whether a column should use hash encoding.

public enum EncodingHintType
type EncodingHintType = 
Public Enum EncodingHintType
Inheritance
EncodingHintType

Fields

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.

Applies to