Partager via


Propriété FullTextPredicate.FullTextFunctionType

Gets or sets the full text function type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property FullTextFunctionType As FullTextFunctionType 
    Get 
    Set
'Utilisation
Dim instance As FullTextPredicate 
Dim value As FullTextFunctionType 

value = instance.FullTextFunctionType

instance.FullTextFunctionType = value
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.FullTextFunctionType
The full text function type.

Voir aussi

Référence

FullTextPredicate Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom