StopListOption Enum
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.
Specifies the Stoplist options associated with a FullText Index.
public enum StopListOption
type StopListOption =
Public Enum StopListOption
- Inheritance
-
StopListOption
Fields
Name | Value | Description |
---|---|---|
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. |
Name | 2 | This will associate a stoplist with the specified FullText index. |