Scopes 构造函数 (SearchContext)
请注意:此 API 现在已过时。
Scopes类的新实例进行初始化。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<ObsoleteAttribute("This constructor is deprecated now.")> _
Public Sub New ( _
searchContext As SearchContext _
)
用法
Dim searchContext As SearchContext
Dim instance As New Scopes(searchContext)
[ObsoleteAttribute("This constructor is deprecated now.")]
public Scopes(
SearchContext searchContext
)
参数
searchContext
类型:Microsoft.Office.Server.Search.Administration.SearchContextSearchContext对象,该对象表示特定的共享服务提供程序的搜索服务。