Location 构造函数 (String, SearchServiceApplicationProxy, ILocationRuntime)
根据指定的搜索应用程序代理服务器的指定位置的Location类的新实例进行初始化。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
name As String, _
searchProxy As SearchServiceApplicationProxy, _
handler As ILocationRuntime _
)
用法
Dim name As String
Dim searchProxy As SearchServiceApplicationProxy
Dim handler As ILocationRuntime
Dim instance As New Location(name, searchProxy, _
handler)
public Location(
string name,
SearchServiceApplicationProxy searchProxy,
ILocationRuntime handler
)
参数
name
类型:System.String表示联合的位置名称的字符串。
searchProxy
类型:Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy搜索服务应用程序。
handler
类型:Microsoft.Office.Server.Search.Query.ILocationRuntime位置运行时处理联合的位置。