Compartilhar via


PropertyInformation.FullTextQueriable property

Obtém um valor booleano que indica se a propriedade pode ser usada em consultas de sintaxe SQL de texto completo.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property FullTextQueriable As Boolean
    Get
    Private Set
'Uso
Dim instance As PropertyInformation
Dim value As Boolean

value = instance.FullTextQueriable
[DataMemberAttribute]
public bool FullTextQueriable { get; private set; }

Property value

Type: System.Boolean
true se a propriedade pode ser usada em consultas de sintaxe SQL; Caso contrário, false.

Ver também

Referência

PropertyInformation class

PropertyInformation members

Microsoft.Office.Server.Search.Query namespace