Sdílet prostřednictvím


FullTextPredicate.FullTextFunctionType – vlastnost

Získá nebo nastaví typ funkce celý text.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FullTextPredicate Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů