SearchServiceApplication.GetScopesForConsumer 方法
检索由指定的搜索范围使用者管理的ScopeInfo对象的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetScopesForConsumer ( _
consumerName As String _
) As List(Of ScopeInfo)
用法
Dim instance As SearchServiceApplication
Dim consumerName As String
Dim returnValue As List(Of ScopeInfo)
returnValue = instance.GetScopesForConsumer(consumerName)
public List<ScopeInfo> GetScopesForConsumer(
string consumerName
)
参数
consumerName
类型:System.String搜索范围内使用者的名称。
返回值
类型:System.Collections.Generic.List<ScopeInfo>
搜索Scopes信息的列表。
实现
ISearchSiteAdministrationServiceApplication.GetScopesForConsumer(String)
备注
ConsumerName参数的值必须不 null 。