StopListOption Enum

Definition

Specifies the Stoplist options associated with a FullText Index.

public enum StopListOption
type StopListOption = 
Public Enum StopListOption
Inheritance
StopListOption

Fields

Name 2

This will associate a stoplist with the specified FullText index.

Off 0

This will not associate any fulltext stoplist with the specified FullText index.

System 1

This will associate system default stoplist with the specified FullText index.

Applies to