Partager via


Propriété FullTextIndexOption.OptionKind

Gets or sets the full text option kind.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property OptionKind As FullTextIndexOptionKind 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.

Voir aussi

Référence

FullTextIndexOption Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom