SearchServiceApplication.GetSystemManagerLocationFromDb method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetSystemManagerLocationFromDb ( _
currentLease As Lease _
) As IList(Of Uri)
'Uso
Dim instance As SearchServiceApplication
Dim currentLease As Lease
Dim returnValue As IList(Of Uri)
returnValue = instance.GetSystemManagerLocationFromDb(currentLease)
public IList<Uri> GetSystemManagerLocationFromDb(
Lease currentLease
)
Parâmetros
- currentLease
Type: Lease
Valor retornado
Type: System.Collections.Generic.IList<Uri>
Ver também
Referência
SearchServiceApplication class