Compartilhar via


SearchServiceApplication.GetTopology method

Obtém a topologia de pesquisa.

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

Syntax

'Declaração
Public Function GetTopology ( _
    topologyid As Guid _
) As ISearchTopology
'Uso
Dim instance As SearchServiceApplication
Dim topologyid As Guid
Dim returnValue As ISearchTopology

returnValue = instance.GetTopology(topologyid)
public ISearchTopology GetTopology(
    Guid topologyid
)

Parâmetros

  • topologyid
    Type: System.Guid

    O identificador da topologia de pesquisa.

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.Topology.ISearchTopology

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace