Метод SearchServiceApplication.GetSystemManagerLocationFromDb
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetSystemManagerLocationFromDb ( _
currentLease As Lease _
) As IList(Of Uri)
'Применение
Dim instance As SearchServiceApplication
Dim currentLease As Lease
Dim returnValue As IList(Of Uri)
returnValue = instance.GetSystemManagerLocationFromDb(currentLease)
public IList<Uri> GetSystemManagerLocationFromDb(
Lease currentLease
)
Параметры
- currentLease
Тип: Lease
Возвращаемое значение
Тип: System.Collections.Generic.IList<Uri>
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration