Compartilhar via


QueryProperties.Hint property

Obtém ou define o comportamento do processador de consulta sugeridos para a consulta.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property Hint As QueryHint
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As QueryHint

value = instance.Hint

instance.Hint = value
[DataMemberAttribute]
public QueryHint Hint { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.QueryHint
Um valor da enumeração QueryHint .

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace