ISearchTopology.GetComponents method
Lista os componentes de pesquisa presentes na topologia.
Namespace: Microsoft.Office.Server.Search.Administration.Topology
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Function GetComponents As IEnumerable(Of ISearchComponent)
'Uso
Dim instance As ISearchTopology
Dim returnValue As IEnumerable(Of ISearchComponent)
returnValue = instance.GetComponents()
IEnumerable<ISearchComponent> GetComponents()
Valor retornado
Type: System.Collections.Generic.IEnumerable<ISearchComponent>
Ver também
Referência
Microsoft.Office.Server.Search.Administration.Topology namespace