Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.