Column.EncodingHint Property

Definition

This property allows an encoding hint to be specified for the column. A numeric column may use either value-based encoding or hash-based encoding. Usually the server will automatically attempt detect which encoding to use, but re-encoding may occur later. This property allows hinting to the server that it should start with a different encoding type.

public Microsoft.AnalysisServices.Tabular.EncodingHintType EncodingHint { get; set; }
member this.EncodingHint : Microsoft.AnalysisServices.Tabular.EncodingHintType with get, set
Public Property EncodingHint As EncodingHintType

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1400 or above.

Applies to