SearchServiceApplicationProxy.GetSearchTerms method
Obtém os termos para que uma consulta de Search de palavra-chave foi restringida.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetSearchTerms ( _
properties As KeywordQueryProperties _
) As String
'Uso
Dim instance As SearchServiceApplicationProxy
Dim properties As KeywordQueryProperties
Dim returnValue As String
returnValue = instance.GetSearchTerms(properties)
public string GetSearchTerms(
KeywordQueryProperties properties
)
Parâmetros
properties
Type: Microsoft.Office.Server.Search.Query.KeywordQueryPropertiesAs propriedades de uma consulta de Search .
Valor retornado
Type: System.String
As condições para que uma consulta de Search de palavra-chave foi restringida.
Exceptions
Exception | Condition |
---|---|
Exception | Ocorreu um erro, como um SearchServiceApplicationFault, durante a execução do aplicativo. |
Comentários
O parâmetro properties deve ser especificado antes que este método seja chamado.
Ver também
Referência
SearchServiceApplicationProxy class