Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 FullTextTableReference
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.