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 option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As FullTextIndexOptionKind
Get
Set
'Usage
Dim instance As FullTextIndexOption
Dim value As FullTextIndexOptionKind
value = instance.OptionKind
instance.OptionKind = value
public FullTextIndexOptionKind OptionKind { get; set; }
public:
property FullTextIndexOptionKind OptionKind {
FullTextIndexOptionKind get ();
void set (FullTextIndexOptionKind value);
}
member OptionKind : FullTextIndexOptionKind with get, set
function get OptionKind () : FullTextIndexOptionKind
function set OptionKind (value : FullTextIndexOptionKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.