Compartir a través de


FullTextIndexOption.OptionKind Propiedad

Gets or sets the full text option kind.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OptionKind As FullTextIndexOptionKind 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

FullTextIndexOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom