SearchServiceApplicationProxy.GetBestBetsCountForSpecialTerm method
Recupera o número de melhores opções que contêm a palavra-chave especificada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetBestBetsCountForSpecialTerm ( _
st As Keyword _
) As Integer
'Uso
Dim instance As SearchServiceApplicationProxy
Dim st As Keyword
Dim returnValue As Integer
returnValue = instance.GetBestBetsCountForSpecialTerm(st)
public int GetBestBetsCountForSpecialTerm(
Keyword st
)
Parâmetros
st
Type: Microsoft.Office.Server.Search.Administration.KeywordA palavra-chave especificada.
Valor retornado
Type: System.Int32
O número de melhores opções.
Implements
ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)
Exceptions
Exception | Condition |
---|---|
Exception | Ocorreu um erro, como um SearchServiceApplicationFault, durante a execução do aplicativo. |
Comentários
Esse método obtém o número de melhores opções de palavra-chave representada pelo parâmetro st .
Ver também
Referência
SearchServiceApplicationProxy class