SearchServiceApplicationProxy.GetScopesCount 方法
检索所有的搜索管理数据库中定义的搜索范围的数量。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetScopesCount As Integer
用法
Dim instance As SearchServiceApplicationProxy
Dim returnValue As Integer
returnValue = instance.GetScopesCount()
public int GetScopesCount()
返回值
类型:System.Int32
所有搜索范围的数量。
实现
ISearchSiteAdministrationServiceApplication.GetScopesCount()
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
此方法检索所有搜索管理数据库中的SearchServiceApplicationProxy的搜索范围的数量。
另请参阅
引用
SearchServiceApplicationProxy 类