Condividi tramite


Proprietà FullTextPredicate.FullTextFunctionType

Ottiene o imposta il tipo di funzione full-text.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FullTextPredicate Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql