SearchServiceApplicationProxy.SetDisplayGroupListInfo 方法

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub SetDisplayGroupListInfo ( _
    displayGroupId As Integer, _
    scopeIds As List(Of Integer) _
)
用法
Dim instance As SearchServiceApplicationProxy
Dim displayGroupId As Integer
Dim scopeIds As List(Of Integer)

instance.SetDisplayGroupListInfo(displayGroupId, _
    scopeIds)
public void SetDisplayGroupListInfo(
    int displayGroupId,
    List<int> scopeIds
)

参数

实现

ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo(Int32, List<Int32>)

异常

异常 条件
Exception

在应用程序执行期间出现错误。

备注

此方法删除指定的搜索范围显示组, 搜索的所有作用域,然后将新的搜索作用域添加到的组中指定的顺序。

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

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