FullTextPredicate Class

Definition

Represents the fulltext predicate.

[System.Serializable]
public class FullTextPredicate : Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
[<System.Serializable>]
type FullTextPredicate = class
    inherit BooleanExpression
Public Class FullTextPredicate
Inherits BooleanExpression
Inheritance
Attributes

Constructors

FullTextPredicate()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

Columns

Represents the columns that are used in the function.

FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
FullTextFunctionType

The fulltext function type.

LanguageTerm

This is the language term. Optional, may be null.

LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
PropertyName

Property name

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)
Value

This is the value of the search condition. Only Variable and StringLiterals are valid.

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to