FullTextPredicate Class
Represents the fulltext predicate.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
Microsoft.SqlServer.TransactSql.ScriptDom.FullTextPredicate
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FullTextPredicate _
Inherits BooleanExpression
'Usage
Dim instance As FullTextPredicate
[SerializableAttribute]
public class FullTextPredicate : BooleanExpression
[SerializableAttribute]
public ref class FullTextPredicate : public BooleanExpression
[<SerializableAttribute>]
type FullTextPredicate =
class
inherit BooleanExpression
end
public class FullTextPredicate extends BooleanExpression
The FullTextPredicate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FullTextPredicate | Initializes a new instance of the FullTextPredicate class. |
Top
Properties
Name | Description | |
---|---|---|
Columns | Gets a list of the columns that are used in the function. | |
FirstTokenIndex | Gets or sets the first token index. (Inherited from TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Inherited from TSqlFragment.) | |
FullTextFunctionType | Gets or sets the full text function type. | |
LanguageTerm | Gets or sets the language term. Optional, may be nulla null reference (Nothing in Visual Basic). | |
LastTokenIndex | Gets or sets the last token index. (Inherited from TSqlFragment.) | |
PropertyName | Gets or sets the property name. | |
ScriptTokenStream | Gets or sets a list of token streams. (Inherited from TSqlFragment.) | |
StartColumn | Gets the starting column. (Inherited from TSqlFragment.) | |
StartLine | Gets the starting line. (Inherited from TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Inherited from TSqlFragment.) | |
Value | Gets or sets the value of the search condition. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Indicates the entry point for a given visitor. (Overrides TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Calls Accept on the children with the given visitor. (Overrides BooleanExpression.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.