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>