SearchServiceApplicationProxy.GetSearchProviderList method
Somente para uso interno.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetSearchProviderList As List(Of SearchProvider)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of SearchProvider)
returnValue = instance.GetSearchProviderList()
public List<SearchProvider> GetSearchProviderList()
Valor retornado
Type: System.Collections.Generic.List<SearchProvider>
Implements
IQuerypipelineManager.GetSearchProviderList()
Ver também
Referência
SearchServiceApplicationProxy class