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

    表示联合的位置名称的字符串。

另请参阅

引用

Location 类

Location 成员

Location 重载

Microsoft.Office.Server.Search.Query 命名空间