Partilhar via


Propriedade FullTextPredicate.FullTextFunctionType

Obtém ou define o tipo de função de texto completo.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

FullTextPredicate Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql