FullTextFunctionType 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.
The fulltext function types.
public enum FullTextFunctionType
type FullTextFunctionType =
Public Enum FullTextFunctionType
- Inheritance
-
FullTextFunctionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing was specified. |
Contains | 1 | CONTAINS keyword. |
FreeText | 2 | FREETEXT keyword. |