Compartir a través de


FullTextPredicate.FullTextFunctionType (Propiedad)

Obtiene o establece el tipo de función de texto completo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FullTextFunctionType

Seguridad de .NET Framework

Vea también

Referencia

FullTextPredicate Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)