Column.EncodingHint Property
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.
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.