Column.StringIndexingBehavior 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 building and persisting of string column's index. A column may use one of the following values: Off, Auto, Explicit or Full. Default value for the property is Auto. Setting it to Auto will build an index but not persist it. Setting it to Explicit will build and persist an index by running command RefreshIndex. Setting it to Full will build and persist an index by running either RefreshRecalc, RefreshFull or RefreshIndex command.
public Microsoft.AnalysisServices.Tabular.IndexingBehavior StringIndexingBehavior { get; set; }
member this.StringIndexingBehavior : Microsoft.AnalysisServices.Tabular.IndexingBehavior with get, set
Public Property StringIndexingBehavior As IndexingBehavior
Property Value
Remarks
This property is only supported when the compatibility level of the database is at 1706 or above.