FullTextPredicate.FullTextFunctionType Property

Gets or sets the full text function type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property FullTextFunctionType As FullTextFunctionType 
    Get 
    Set
'Usage
Dim instance As FullTextPredicate 
Dim value As FullTextFunctionType 

value = instance.FullTextFunctionType

instance.FullTextFunctionType = value
public FullTextFunctionType FullTextFunctionType { get; set; }
public:
property FullTextFunctionType FullTextFunctionType {
    FullTextFunctionType get ();
    void set (FullTextFunctionType value);
}
member FullTextFunctionType : FullTextFunctionType with get, set
function get FullTextFunctionType () : FullTextFunctionType 
function set FullTextFunctionType (value : FullTextFunctionType)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextFunctionType
The full text function type.

See Also

Reference

FullTextPredicate Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace