FullTextFunctionType Enumeration

Specifies the full text function type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Enumeration FullTextFunctionType
public enum FullTextFunctionType
public enum class FullTextFunctionType
type FullTextFunctionType
public enum FullTextFunctionType

Members

Member name Description
None Type is None.
Contains Type is Contains.
FreeText Type is FreeText.

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace