Partilhar via


Propriedade do RDL FullTextPredicate.FullTextFunctionType

Gets or sets the full text function type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property FullTextFunctionType As FullTextFunctionType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

FullTextPredicate Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom