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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.